X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=Makefile;h=840adfe3c86090ed0144ee05694f9a9a0054a102;hp=92401adde304c7eb1a6ca4fe92f98de238d5de29;hb=0c92fe510799dde8568e4d787908704c35a0864c;hpb=adaa8776a400d807bc859d6669e282010fef3b10 diff --git a/Makefile b/Makefile index 92401ad..840adfe 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ sdl-ldflags := $(shell sdl-config --libs) ldflags := $(sdl-ldflags) -lSDL_image -lSDL_mixer $(LDFLAGS) cflags := $(sdl-cflags) $(paths) $(CFLAGS) -my_objects := args.o dust.o file.o mt.o rocks.o score.o sprite.o sound.o +my_objects := args.o dust.o file.o mt.o rocks.o score.o sprite.o sound.o autopilot.o my_objects += main.o libs := font.o objects := $(libs) $(my_objects) @@ -71,7 +71,7 @@ dust.o: globals.h dust.h float.h mt.h file.o: file.h common.h -main.o: args.h common.h dust.h file.h float.h globals.h mt.h rocks.h score.h sprite.h sound.h +main.o: args.h common.h dust.h file.h float.h globals.h mt.h rocks.h score.h sprite.h sound.h autopilot.h mt.o: mt.h