aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2022-12-26 12:41:36 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2022-12-26 12:41:36 +0100
commitcecdb7c5a0fc4821bc56c6aae5428925ec1baa15 (patch)
tree5f478c2154ffafe55f1866edd82546d1472fb6c3 /Makefile
parent1ac26de8dcb76323a5f96eab200a027236cb55d0 (diff)
downloadnissy-cecdb7c5a0fc4821bc56c6aae5428925ec1baa15.tar.gz
nissy-cecdb7c5a0fc4821bc56c6aae5428925ec1baa15.zip
Fixed fst_inverse
Diffstat (limited to '')
-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