From 970169f035a670ab3721ee7c889da07ed25f2931 Mon Sep 17 00:00:00 2001 From: admin Date: Sat, 26 Apr 2025 00:38:31 +0200 Subject: added Vd and nd to axis --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0f83283..904806c 100644 --- a/Makefile +++ b/Makefile @@ -26,8 +26,8 @@ GLAMAC_SRC=$(SRCDIR)/glamac/glamac.c \ $(SRCDIR)/glamac/glamac_events.c \ $(SRCDIR)/glamac/glass_data.c -# SDL2 Stuff -SDL2_CFLAGS=-I$(USERPROFILE)/scoop/apps/sdl2/current/include/SDl2 -I$(USERPROFILE)/scoop/apps/sdl2-ttf/current/include/SDL2_ttf -O2 -march=native -flto -ffast-math -s +# SDL2 Flags +SDL2_CFLAGS=-I$(USERPROFILE)/scoop/apps/sdl2/current/include/SDl2 -I$(USERPROFILE)/scoop/apps/sdl2-ttf/current/include/SDL2_ttf -O2 -march=native -flto -s #-ffast-math SDL2_LDFLAGS=-L$(USERPROFILE)/scoop/apps/sdl2/current/lib -L$(USERPROFILE)/scoop/apps/sdl2-ttf/current/lib -lSDL2main -lSDL2 -lSDL2_ttf -mwindows -flto SDL2_DLL_SRC=$(USERPROFILE)/scoop/apps/sdl2/current/lib/SDL2.dll SDL2_tff_DLL_SRC=$(USERPROFILE)/scoop/apps/sdl2-ttf/current/lib/SDL2_ttf.dll -- cgit v1.2.3