X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=Makefile;h=7965c18cbf22792f741118a93bbeabc8989eca58;hp=504279a41c974edac5d813a7b5ca11065d1ea7ec;hb=9f0bc6ef9620912ca42eca9c3f4b6ca10dba35ce;hpb=b7de8607ee49edb99979968d5149665bf5590087 diff --git a/Makefile b/Makefile index 504279a..7965c18 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) -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) @@ -54,7 +54,7 @@ vor: $(objects) include gfx.mk clean: - rm -f *.o vor pnmoutline $(graphics) + rm -f *.o vor $(graphics) install: all if [ ! -d $(DATA_PREFIX) ]; then mkdir $(DATA_PREFIX); fi