From 845dda7e5d0b8a19473166408ed138f0cb9d04ca Mon Sep 17 00:00:00 2001 From: Arturs Artamonovs Date: Tue, 6 Jul 2021 09:18:36 +0100 Subject: Fixed source location variable --- Build/Makefile | 4 +--- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3