aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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