diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-02-01 18:17:48 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-02-01 18:17:48 +0100 |
| commit | b61042facee3e4b241f5abb712af6def24de22ad (patch) | |
| tree | 6b1aab01efa2a82f95152bb11ab97d3737f87ae6 | |
| parent | 0571557ad1a943739806046a24fdaf1e62b32886 (diff) | |
| download | nissy-b61042facee3e4b241f5abb712af6def24de22ad.tar.gz nissy-b61042facee3e4b241f5abb712af6def24de22ad.zip | |
Added debug flags to make test
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -25,7 +25,7 @@ debug: | |||
| 25 | ${CC} ${DBGFLAGS} -o nissy src/*.c | 25 | ${CC} ${DBGFLAGS} -o nissy src/*.c |
| 26 | 26 | ||
| 27 | test: | 27 | test: |
| 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 | ||
| 30 | clean: | 30 | clean: |
| 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 |
