aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-02-04 17:26:32 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2023-02-04 17:26:32 +0100
commit092270834eac54ed33e634494f9f38ba7fd38fd4 (patch)
tree937c18de782d01209f06ae5d4293737bc39a9d20 /Makefile
parent9daff8c1625d4cbb5500a50fbfe83b7ecba06f8f (diff)
downloadnissy-092270834eac54ed33e634494f9f38ba7fd38fd4.tar.gz
nissy-092270834eac54ed33e634494f9f38ba7fd38fd4.zip
Some improvements to test suite, ready to go
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b62580c..71eda6b 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} ${DBGFLAGS} -DTEST -o tests/nissy_test src/*.c tests/*.c 28 ${CC} ${DBGFLAGS} -DTEST -o 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