From cecdb7c5a0fc4821bc56c6aae5428925ec1baa15 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Mon, 26 Dec 2022 12:41:36 +0100 Subject: Fixed fst_inverse --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 43fa678..1b6055b 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,9 @@ nissy: clean ${CC} ${CFLAGS} -o nissy src/*.c test: - ${CC} ${TESTFLAGS} -o test src/*.c tests/*.c + ${CC} ${TESTFLAGS} -o nissy-test src/*.c tests/*.c + ./nissy-test + rm nissy-test nissy.exe: x86_64-w64-mingw32-gcc ${CFLAGS} -static -o nissy.exe src/*.c -- cgit v1.3