commit b61042facee3e4b241f5abb712af6def24de22ad
parent 0571557ad1a943739806046a24fdaf1e62b32886
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date: Wed, 1 Feb 2023 18:17:48 +0100
Added debug flags to make test
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -25,7 +25,7 @@ debug:
${CC} ${DBGFLAGS} -o nissy src/*.c
test:
- ${CC} ${CFLAGS} -DTEST -o tests/nissy_test src/*.c tests/*.c
+ ${CC} ${DBGFLAGS} -DTEST -o tests/nissy_test src/*.c tests/*.c
clean:
rm -rf nissy nissy*.exe nissy*.tar.gz doc/nissy.html doc/nissy.pdf