aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 43fa678..1b6055b 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,9 @@ nissy: clean
21 ${CC} ${CFLAGS} -o nissy src/*.c 21 ${CC} ${CFLAGS} -o nissy src/*.c
22 22
23test: 23test:
24 ${CC} ${TESTFLAGS} -o test src/*.c tests/*.c 24 ${CC} ${TESTFLAGS} -o nissy-test src/*.c tests/*.c
25 ./nissy-test
26 rm nissy-test
25 27
26nissy.exe: 28nissy.exe:
27 x86_64-w64-mingw32-gcc ${CFLAGS} -static -o nissy.exe src/*.c 29 x86_64-w64-mingw32-gcc ${CFLAGS} -static -o nissy.exe src/*.c

Generated with cgit - Back to sebastiano.tronto.net