summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Build/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Build/Makefile b/Build/Makefile
index 30f0543..40d6a2e 100644
--- a/Build/Makefile
+++ b/Build/Makefile
@@ -1,11 +1,9 @@
EMCC=emcc
CC=gcc
-SOURCEDIR=../
+SOURCEDIR=../WasmAudio
LDFLAGS=-lSDL2 -lSDL2_ttf
EM_LDFALGS=-s USE_SDL=2 -s MAX_WEBGL_VERSION=2 -s MIN_WEBGL_VERSION=2 -s LLD_REPORT_UNDEFINED -s USE_GLFW=3
-
-
make:
$(CC) -c $(SOURCEDIR)/main.c -g3