aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-02-01 18:17:48 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2023-02-01 18:17:48 +0100
commitb61042facee3e4b241f5abb712af6def24de22ad (patch)
tree6b1aab01efa2a82f95152bb11ab97d3737f87ae6
parent0571557ad1a943739806046a24fdaf1e62b32886 (diff)
downloadnissy-b61042facee3e4b241f5abb712af6def24de22ad.tar.gz
nissy-b61042facee3e4b241f5abb712af6def24de22ad.zip
Added debug flags to make test
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e187a56..b62580c 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ debug:
25 ${CC} ${DBGFLAGS} -o nissy src/*.c 25 ${CC} ${DBGFLAGS} -o nissy src/*.c
26 26
27test: 27test:
28 ${CC} ${CFLAGS} -DTEST -o tests/nissy_test src/*.c tests/*.c 28 ${CC} ${DBGFLAGS} -DTEST -o tests/nissy_test src/*.c tests/*.c
29 29
30clean: 30clean:
31 rm -rf nissy nissy*.exe nissy*.tar.gz doc/nissy.html doc/nissy.pdf 31 rm -rf nissy nissy*.exe nissy*.tar.gz doc/nissy.html doc/nissy.pdf

Generated with cgit - Back to sebastiano.tronto.net