From cdf46d85efe7fa54e8c302a255214341c567b4af Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Fri, 25 Apr 2025 19:27:06 +0200 Subject: Moved qt app to its own repo --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1eeb422..04fc801 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ wasmnissy.o: ${EMCC} ${MACROS} ${WASMFLAGS} -c -o wasmnissy.o src/nissy.c clean: - rm -rf *.out *.o *.s *.so run debugrun nissyqt qt/build + rm -rf *.out *.o *.s *.so run debugrun test: debugnissy.o CC="${CC} ${MACROS} ${DBGFLAGS}" OBJ=debugnissy.o ./test/test.sh @@ -52,4 +52,4 @@ qt: nissy.o cd qt/build && make cp qt/build/appnissyqt ./nissyqt -.PHONY: all clean test tool debugtool shell debugshell python qt +.PHONY: all clean test tool debugtool shell debugshell python -- cgit v1.3