X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=Makefile;h=bc7c6ad194d7680ff966a78dc110bfda589c5e7b;hp=7a2fde712705a507aea28d32dacb48f328b32886;hb=2bea0659b8edff14f1554d2540780f54ccdc21c9;hpb=8193e09e49bc571f9c61e6e3adf45010271c08d5;ds=sidebyside diff --git a/Makefile b/Makefile index 7a2fde7..bc7c6ad 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) -ggdb my_objects := file.o score.o shape.o sound.o main.o $(if $(DEBUG),debug.o) libs := SFont.o