Skip to content

Commit a7ca28f

Browse files
committed
Removed unneeded line from Makefile
1 parent e7dd42e commit a7ca28f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ LIBS = -lm
1717
LIBPATH =
1818
CFLAGS += $(COPT) -g $(INCLUDES) #-Wall
1919
LDFLAGS += $(LIBPATH) -g $(LIBS) #-Wall
20-
DEP = dep
21-
2220

2321
OBJS := $(patsubst %.$(C),%.$(OBJ),$(wildcard $(SOURCE_PATH)*.$(C)))
2422

0 commit comments

Comments
 (0)