aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-04-18 14:41:26 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-04-18 14:41:26 +0200
commitc8a14e0e2789dd87df69c56d94b60d4c53a1d908 (patch)
tree6f6b072d1b76d280f17386ff3ddbcc989b6e0582 /Makefile
parentd1bb88ff0b02f4e314ccecd851162ae30059ce29 (diff)
downloadnissy-core-c8a14e0e2789dd87df69c56d94b60d4c53a1d908.tar.gz
nissy-core-c8a14e0e2789dd87df69c56d94b60d4c53a1d908.zip
Added WASM target
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