X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=Makefile;h=0b8ef80f932f5cabdea0f338c7eec91b0e495217;hp=6ffba099dd2321c45d6eee29e3682a003fe5f7cd;hb=f8a1bfd0744369a492554476fd8a57484c581a5b;hpb=a2af96e68b210b7c3db90b7ec474498c5611a3a7 diff --git a/Makefile b/Makefile index 6ffba09..0b8ef80 100644 --- a/Makefile +++ b/Makefile @@ -16,9 +16,9 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ldflags := $(shell sdl-config --libs) -lSDL_image -lSDL_mixer -cflags := -g $(shell sdl-config --cflags) -Wall +cflags := $(shell sdl-config --cflags) -Wall -my_objects := sound.o file.o main.o +my_objects := file.o score.o sound.o main.o libs := SFont.o objects := $(libs) $(my_objects)