Skip to content

Commit e23e740

Browse files
committed
Updated Makefile
1 parent 456cfdc commit e23e740

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ debug: CCFLAGS += $(DEBUGFLAGS)
1515
debug: $(TARGET)
1616

1717
clean:
18-
rm -f $(TARGET)
18+
rm -f $(MAINS)
1919

2020
$(TARGET): % : %.cpp $(DEPS)
21-
$(CC) -c -o $@ $< $(CCFLAGS)
21+
$(CC) -c -o $(MAINS) $< $(CCFLAGS)

0 commit comments

Comments
 (0)