Removing unnecessary library definition

This commit is contained in:
Luka Miljak 2014-03-14 18:09:50 +00:00
parent 3926b7738d
commit 6db2513452

View file

@ -11,7 +11,7 @@ LIBS = -lpthread
# compiler and flags
CC = gcc
CFLAGS = -Wall $(INCDIRS) $(LIBDIRS) $(LIBS)
CFLAGS = -Wall $(INCDIRS) $(LIBDIRS)
# objects are .o files created from all .c files in the directory (same name)
OBJECTS = $(patsubst %.c,%.o,$(wildcard *.c))