From e41ad7adc31c26dfa8a9c31b6b16bda46f9b85a7 Mon Sep 17 00:00:00 2001 From: ZoRo Date: Fri, 20 Nov 2020 17:54:14 +0000 Subject: Version that works kind of --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 31ecc79..6f3e457 100644 --- a/Makefile +++ b/Makefile @@ -7,10 +7,10 @@ LDFLAGS=-lSDL2 -lSDL2_ttf -lGLESv2 -lGL EM_LDFALGS=-s USE_SDL=2 -s USE_SDL_IMAGE=2 -s SDL2_IMAGE_FORMATS='["png"]' -s USE_SDL_TTF=2 -s MAX_WEBGL_VERSION=2 -s MIN_WEBGL_VERSION=2 -s LLD_REPORT_UNDEFINED -s USE_GLFW=3 make: - $(CC) -c koh.c - $(CC) -c fractal.c + $(CC) -c koh.c -g3 -pg + $(CC) -c fractal.c -g3 -pg #$(CC) -c fractal2.c - $(CC) koh.o fractal.o -o fractal $(LDFLAGS) + $(CC) koh.o fractal.o -o fractal $(LDFLAGS) -g3 -pg #$(CC) koh.o fractal2.o -o fractal2 $(LDFLAGS) emcc: -- cgit v1.2.3