diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-05-20 12:15:14 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-05-20 12:15:41 +0100 |
commit | edcaee5c8e3f69d890ca78b4e1045976564383b8 (patch) | |
tree | 9a0abd0b31dfa1a0ad0818d24246766c86590a20 /Makefile | |
parent | 85d5a45f08dd47e76f733fd027bb3df3d7b1948a (diff) | |
download | tr8vm-edcaee5c8e3f69d890ca78b4e1045976564383b8.tar.gz tr8vm-edcaee5c8e3f69d890ca78b4e1045976564383b8.zip |
Allow overriding sdl2-config
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |