Removed useless DEBUG mode
This commit is contained in:
parent
09d2ecd49a
commit
4e5c708ff1
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:
|
||||
|
Loading…
Reference in New Issue
Block a user