diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-02-04 17:26:32 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-02-04 17:26:32 +0100 |
| commit | 092270834eac54ed33e634494f9f38ba7fd38fd4 (patch) | |
| tree | 937c18de782d01209f06ae5d4293737bc39a9d20 /Makefile | |
| parent | 9daff8c1625d4cbb5500a50fbfe83b7ecba06f8f (diff) | |
| download | nissy-092270834eac54ed33e634494f9f38ba7fd38fd4.tar.gz nissy-092270834eac54ed33e634494f9f38ba7fd38fd4.zip | |
Some improvements to test suite, ready to go
Diffstat (limited to 'Makefile')
| -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} ${DBGFLAGS} -DTEST -o tests/nissy_test src/*.c tests/*.c | 28 | ${CC} ${DBGFLAGS} -DTEST -o 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 |
