We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c08025b commit d632917Copy full SHA for d632917
Makefile
@@ -1,12 +1,11 @@
1
PKGS=sdl SDL_gfx SDL_image
2
CFLAGS=-O2 -Wall -W -Ilua/src `sdl-config --cflags`
3
-LDLIBS=lua/src/liblua.a -lm `sdl-config --libs`
+LDLIBS=lua/src/liblua.a -lm `sdl-config --libs` -lSDL_gfx -lSDL_image
4
5
# Customizations per-OS
6
UNAME := $(shell uname)
7
ifeq ($(UNAME), Darwin)
8
CFLAGS+=-I/usr/local/Cellar//sdl_gfx/2.0.25/include/SDL/ -I/usr/local/Cellar//sdl_image/1.2.12_3/include/SDL/
9
-LDLIBS+=-lSDL_gfx -lSDL_image
10
endif
11
12
all: load81
0 commit comments