diff options
author | Roland Reichwein <mail@reichwein.it> | 2023-03-03 16:55:33 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2023-03-03 16:55:33 +0100 |
commit | 96476044387e98ee1ee7a6eb992b521bd447813c (patch) | |
tree | caffaaef53a0afeafb5b68c460b42e98e72044c4 /webassembly/Makefile | |
parent | c9fa963e71258c5adfb71cf1996cd1bcb33df0bb (diff) |
Diffstat (limited to 'webassembly/Makefile')
-rw-r--r-- | webassembly/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webassembly/Makefile b/webassembly/Makefile index 0487d2a..33d16ea 100644 --- a/webassembly/Makefile +++ b/webassembly/Makefile @@ -1,4 +1,4 @@ -TARGET=libwhiteboard.wasm +TARGET=libwebchat.wasm TARGETJS=$(TARGET:.wasm=.js) OBJS=diff.o |