aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b72ceee..edcaed5 100644
--- a/Makefile
+++ b/Makefile
@@ -17,6 +17,9 @@ libnissy.so:
17debugnissy.o: 17debugnissy.o:
18 ${CC} ${MACROS} ${DBGFLAGS} -c -o debugnissy.o src/nissy.c 18 ${CC} ${MACROS} ${DBGFLAGS} -c -o debugnissy.o src/nissy.c
19 19
20wasmnissy.o:
21 ${EMCC} ${MACROS} ${WASMFLAGS} -c -o wasmnissy.o src/nissy.c
22
20clean: 23clean:
21 rm -rf *.out *.o *.s *.so run debugrun nissyqt qt/build 24 rm -rf *.out *.o *.s *.so run debugrun nissyqt qt/build
22 25

Generated with cgit - Back to sebastiano.tronto.net