Fixed debug target
This commit is contained in:
parent
a4747a5ac2
commit
247e10e20c
5
Makefile
5
Makefile
@ -28,7 +28,8 @@ OBJECTS := $(patsubst $(SOURCE)/%.c, $(BUILD)%.c.o, $(CFILES))
|
||||
# Targets
|
||||
|
||||
# Pseudo Targets
|
||||
debug: CFLAGS+= -g
|
||||
debug: CFLAGS+= -g -DLOGGING -DDEBUG
|
||||
debug: build
|
||||
|
||||
$(BUILDDIRECTORIES):
|
||||
mkdir -p $@
|
||||
@ -63,4 +64,4 @@ smallclean:
|
||||
|
||||
# Other
|
||||
|
||||
.PHONY: clean cleanresourcues resources build smallclean all
|
||||
.PHONY: debug clean cleanresourcues resources build smallclean all
|
||||
|
Loading…
Reference in New Issue
Block a user