diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -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 | ||
| 23 | clean: | 23 | clean: |
| 24 | rm -rf *.out *.o *.s *.so run debugrun nissyqt qt/build | 24 | rm -rf *.out *.o *.s *.so run debugrun |
| 25 | 25 | ||
| 26 | test: debugnissy.o | 26 | test: 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 |
