Removing unnecessary library definition
This commit is contained in:
parent
3926b7738d
commit
6db2513452
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue