diff options
author | ZoRo <dos21h@gmail.com> | 2021-07-28 08:02:21 +0100 |
---|---|---|
committer | ZoRo <dos21h@gmail.com> | 2021-07-28 08:02:21 +0100 |
commit | 76b7852f88b70bfb419bb1c6e9bef457c10e23a4 (patch) | |
tree | 4f1b250d8866d0e31389b83db6ea6fb46c96fd8e /Build/Makefile | |
parent | 2511c4fa6b2f5c4fae85a7b2e8ff12001318d9cd (diff) | |
download | WasmAudio-76b7852f88b70bfb419bb1c6e9bef457c10e23a4.tar.gz WasmAudio-76b7852f88b70bfb419bb1c6e9bef457c10e23a4.zip |
Preparing usable webgui
Diffstat (limited to 'Build/Makefile')
-rw-r--r-- | Build/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/Makefile b/Build/Makefile index 5126c48..22146a4 100644 --- a/Build/Makefile +++ b/Build/Makefile @@ -10,7 +10,7 @@ make: $(CC) main.o firmath.o -o WasmAudio $(LDFLAGS) emcc: - $(EMCC) $(SOURCEDIR)/main.c ../FIR/firmath.c -s WASM=1 -O3 -o index.js $(EM_LDFALGS) -s EXTRA_EXPORTED_RUNTIME_METHODS='["ccall", "cwrap"]' + $(EMCC) $(SOURCEDIR)/main.c ../FIR/firmath.c -s WASM=1 -O3 -o index.js $(EM_LDFALGS) -s EXTRA_EXPORTED_RUNTIME_METHODS='["ccall", "cwrap"]' deploy: |