We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7dd42e commit a7ca28fCopy full SHA for a7ca28f
Makefile
@@ -17,8 +17,6 @@ LIBS = -lm
17
LIBPATH =
18
CFLAGS += $(COPT) -g $(INCLUDES) #-Wall
19
LDFLAGS += $(LIBPATH) -g $(LIBS) #-Wall
20
-DEP = dep
21
-
22
23
OBJS := $(patsubst %.$(C),%.$(OBJ),$(wildcard $(SOURCE_PATH)*.$(C)))
24
0 commit comments