X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=Makefile;h=5c76c7530ceedc40067434d30539a7a90990fe3a;hp=7965c18cbf22792f741118a93bbeabc8989eca58;hb=04a50f75c62ca742bed40524cc242b605e68ace6;hpb=0e26db03c5aca3622a007b607368b250e40b7f2c diff --git a/Makefile b/Makefile index 7965c18..5c76c75 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ debug := $(if $(DEBUG),1,0) ldflags := $(shell sdl-config --libs) -lSDL_image -lSDL_mixer -cflags := $(shell sdl-config --cflags) -Wall -DDEBUG=$(debug) +cflags := $(shell sdl-config --cflags) -Wall -DDEBUG=$(debug) $(CFLAGS) my_objects := file.o rocks.o score.o shape.o sound.o main.o $(if $(DEBUG),debug.o) libs := SFont.o