aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-04-25 19:27:06 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-04-25 19:27:06 +0200
commitcdf46d85efe7fa54e8c302a255214341c567b4af (patch)
tree169dc5abdbf6cd980ee3c745c2360d3ba5bbac32 /Makefile
parent24c2fd2ffa582ea83172184b1da2816555340a01 (diff)
downloadnissy-core-cdf46d85efe7fa54e8c302a255214341c567b4af.tar.gz
nissy-core-cdf46d85efe7fa54e8c302a255214341c567b4af.zip
Moved qt app to its own repo
Diffstat (limited to '')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1eeb422..04fc801 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ wasmnissy.o:
21 ${EMCC} ${MACROS} ${WASMFLAGS} -c -o wasmnissy.o src/nissy.c 21 ${EMCC} ${MACROS} ${WASMFLAGS} -c -o wasmnissy.o src/nissy.c
22 22
23clean: 23clean:
24 rm -rf *.out *.o *.s *.so run debugrun nissyqt qt/build 24 rm -rf *.out *.o *.s *.so run debugrun
25 25
26test: debugnissy.o 26test: debugnissy.o
27 CC="${CC} ${MACROS} ${DBGFLAGS}" OBJ=debugnissy.o ./test/test.sh 27 CC="${CC} ${MACROS} ${DBGFLAGS}" OBJ=debugnissy.o ./test/test.sh
@@ -52,4 +52,4 @@ qt: nissy.o
52 cd qt/build && make 52 cd qt/build && make
53 cp qt/build/appnissyqt ./nissyqt 53 cp qt/build/appnissyqt ./nissyqt
54 54
55.PHONY: all clean test tool debugtool shell debugshell python qt 55.PHONY: all clean test tool debugtool shell debugshell python

Generated with cgit - Back to sebastiano.tronto.net