Makefile: compile to object files.

master
Drake 3 years ago
parent 9921ad5cff
commit ccc3c2304f
No known key found for this signature in database
GPG Key ID: 9B83455BD94F12A3

@ -14,7 +14,7 @@ all: ${PROGS}
${PROGS}:
@echo Building $@..
@${CC} -o bin/$@ -DDRAKECU_VERSION=${VERSION} ${CC_FLAGS} src/$@.c
@${CC} -c -o bin/$@.o -DDRAKECU_VERSION=${VERSION} ${CC_FLAGS} src/$@.c
debug: CC_FLAGS:=-g -O0 -v ${CC_FLAGS}
debug: all

Loading…
Cancel
Save