diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ COMMONFLAGS = -Os -pipe -D_XOPEN_SOURCE=500 CFLAGS = -std=c99 CXXFLAGS = -std=c++11 -LIBS = -lm +LIBS = -lm -lrt SRCS_C = $(sort $(wildcard *.c)) SRCS_CC = $(sort $(wildcard *.cc)) |