X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=Makefile;h=7965c18cbf22792f741118a93bbeabc8989eca58;hp=3a087a0d9fbdcfa98906c98d6a253d19a3fcd227;hb=46dacbe75dac20a1c6e1b61a2eb99ca25fc971ec;hpb=e3ee5ceeccdd8f3b82c7ec2df50e3a9f2c77914d diff --git a/Makefile b/Makefile index 3a087a0..7965c18 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ debug := $(if $(DEBUG),1,0) ldflags := $(shell sdl-config --libs) -lSDL_image -lSDL_mixer 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)