summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 449e915..d0a4b31 100755
--- a/Makefile
+++ b/Makefile
@@ -18,6 +18,7 @@ OBJECTS=$(HEADERS:.h=.o)
TARGETS=whiteboard
build: $(TARGETS)
+ $(MAKE) -C webassembly
all: build
./whiteboard -c whiteboard.conf
@@ -49,7 +50,9 @@ test:
clean:
-rm -f *.o $(TARGETS) *.gcov
+ -rm -f html/libwhiteboard.wasm html/libwhiteboard.js
$(MAKE) -C tests clean
+ $(MAKE) -C webassembly clean
deb:
dpkg-buildpackage