Removed useless DEBUG mode
This commit is contained in:
4
Makefile
4
Makefile
@@ -15,10 +15,6 @@ $(EXEC):$(OBJETS) Makefile
|
||||
.cpp.o:
|
||||
$(CC) $(CFLAGS) -c $< -o $@
|
||||
|
||||
debug: CFLAGS += -DDEBUG
|
||||
debug: LFLAGS += -DDEBUG
|
||||
debug: $(EXEC)
|
||||
|
||||
clean: clear
|
||||
rm -f $(OBJETS)
|
||||
clear:
|
||||
|
||||
Reference in New Issue
Block a user