added debug (-g) flag to why2-test rule
I'm putting it there every debugging so it's pretty annoying lya
This commit is contained in:
parent
4aa80c199c
commit
910ac02b48
2
Makefile
2
Makefile
@ -39,7 +39,7 @@ installApp: app
|
|||||||
install -m 755 $(OUTPUT_APP) $(INSTALL_BIN)/$(PROJECT_NAME)
|
install -m 755 $(OUTPUT_APP) $(INSTALL_BIN)/$(PROJECT_NAME)
|
||||||
|
|
||||||
test:
|
test:
|
||||||
$(CC) $(CFLAGS) $(TEST) -o $(OUTPUT_TEST) -l$(PROJECT_NAME)
|
$(CC) $(CFLAGS) -g $(TEST) -o $(OUTPUT_TEST) -l$(PROJECT_NAME)
|
||||||
|
|
||||||
app:
|
app:
|
||||||
$(CC) $(CFLAGS) $(SRC_APP) -o $(OUTPUT_APP) -l$(PROJECT_NAME)
|
$(CC) $(CFLAGS) $(SRC_APP) -o $(OUTPUT_APP) -l$(PROJECT_NAME)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user