From edcaee5c8e3f69d890ca78b4e1045976564383b8 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Sat, 20 May 2023 12:15:14 +0100 Subject: Allow overriding sdl2-config --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3660c37..3dbbc3d 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ CFLAGS := -Wpedantic -s -O2 -Wall -I. LDFLAGS := # only for the vm -SDL2_CONFIG := sdl2-config +SDL2_CONFIG ?= sdl2-config LIBS := `$(SDL2_CONFIG) --libs` -lSDL2_mixer all: tr8as tr8vm -- cgit v1.2.3