From c8a14e0e2789dd87df69c56d94b60d4c53a1d908 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Fri, 18 Apr 2025 14:41:26 +0200 Subject: Added WASM target --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b72ceee..edcaed5 100644 --- a/Makefile +++ b/Makefile @@ -17,6 +17,9 @@ libnissy.so: debugnissy.o: ${CC} ${MACROS} ${DBGFLAGS} -c -o debugnissy.o src/nissy.c +wasmnissy.o: + ${EMCC} ${MACROS} ${WASMFLAGS} -c -o wasmnissy.o src/nissy.c + clean: rm -rf *.out *.o *.s *.so run debugrun nissyqt qt/build -- cgit v1.3