From 5118a937dfab0a47763f2262f208ea049b42b9b1 Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Wed, 31 May 2023 15:45:46 +0200 Subject: Whitespace --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 6ec9f52..4e879b8 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,7 @@ SDL_LIBRARIES=/usr/local/lib/libSDL2.a /usr/local/lib/libSDL2main.a /usr/local/l SDL_DEPEND_FRAMEWORKS=-framework Carbon -framework Cocoa -framework CoreAudio -framework AudioToolbox -framework CoreVideo -framework ForceFeedback -framework IOKit -framework CoreHaptics -framework GameController -framework Metal SDL_DEPEND_LIBRARIES=/usr/local/lib/libpng.a /usr/local/lib/libfreetype.a -lbz2 -liconv -lz + main: main.c cc -g -O3 -o CCCBDisplay main.c -I /usr/local/include -lm $(SDL_LIBRARIES) $(SDL_DEPEND_FRAMEWORKS) $(SDL_DEPEND_LIBRARIES) -- cgit v1.2.3