diff options
author | Roland Reichwein <mail@reichwein.it> | 2023-01-28 15:07:14 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2023-01-28 15:07:14 +0100 |
commit | a61c702d91d7444ce0bb094ddccc70f72416500b (patch) | |
tree | 8d5a47c73666ee2b710a7a34c0c392b728bda45b /Makefile | |
parent | f44d36b05e43cabde31aeaba5d25fded140345a1 (diff) |
Added WebAssembly for C++ implementation of Diff
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |