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