X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=Makefile;h=42d1fe9e608efd8de252f6f81ed285eddfc23b7f;hp=b3d8333e97ab46dfdcc8cb14615dace450f015d5;hb=148882a3cc520f34616a1175ed157fe258d68dcc;hpb=f33f1a05297ce0156030f0f78ecf5b84e00d424c diff --git a/Makefile b/Makefile index b3d8333..42d1fe9 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ DATA_PREFIX := /usr/share/vor PROGRAM_PREFIX := /usr/games/bin -CFLAGS := -Wall +CFLAGS := -Wall -ggdb LDFLAGS := paths := -DDATA_PREFIX=\"$(DATA_PREFIX)\" @@ -63,7 +63,25 @@ program: vor $(my_objects): config.h -main.o file.o: file.h +SFont.o: SFont.h + +args.o: args.h + +dust.o: globals.h dust.h mt.h + +file.o: file.h common.h + +main.o: args.h common.h dust.h file.h globals.h mt.h rocks.h score.h sprite.h sound.h + +mt.o: mt.h + +rocks.o: rocks.h common.h file.h globals.h mt.h sprite.h + +score.o: score.h common.h file.h + +sound.o: sound.h args.h common.h + +sprite.o: sprite.h common.h vor: $(objects) @echo linking $@ from $^