diff --git a/Makefile b/Makefile index fe84163..90165ba 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ CC = gcc INCLUDES = -Isrc -Ideps/bitfield-c/src CFLAGS = $(INCLUDES) -c -Wall -Werror -g -ggdb -std=gnu99 -coverage -LDFLAGS = -coverage -lm -LDLIBS = -lcheck +LDFLAGS = -coverage +LDLIBS = -lcheck -lm -lrt -lpthread TEST_DIR = tests TEST_OBJDIR = build