X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=Makefile;h=bc7c6ad194d7680ff966a78dc110bfda589c5e7b;hp=31c4214ddd545a0d1c75b182731e650e83c8ca75;hb=2bea0659b8edff14f1554d2540780f54ccdc21c9;hpb=05bfe1eca8ec4981dc087a97b7dfaa74eb1de59e diff --git a/Makefile b/Makefile index 31c4214..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 @@ -29,7 +29,7 @@ rocks += 20 21 22 23 24 25 26 27 28 29 rocks += 30 31 32 33 34 35 36 37 38 39 rocks += 40 41 42 43 44 45 46 47 48 49 -graphics := data/sprites/ship.png $(rocks:%=data/sprites/rock%.png) +graphics := data/sprites/ship.png data/indicators/life.png $(rocks:%=data/sprites/rock%.png) INSTALL = install INSTALL_PROGRAM = $(INSTALL) -o games -g games