X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=Makefile;h=92401adde304c7eb1a6ca4fe92f98de238d5de29;hp=8538a9fc9719927b68065240769f5209a312a4f6;hb=e3edccb30438fa531aca19132a7ca532d3ac5dc9;hpb=581067ecddb12e86578eed9a72858fecc9aebf6a diff --git a/Makefile b/Makefile index 8538a9f..92401ad 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,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 rocks := $(rocks:%=data/rock%.png) -graphics := data/ship.png data/life.png data/font.png $(rocks) +graphics := data/ship.png data/icon.png data/life.png data/font.png $(rocks) INSTALL := install INSTALL_PROGRAM := $(INSTALL) -o games -g games @@ -67,11 +67,11 @@ font.o: font.h args.o: args.h -dust.o: globals.h dust.h mt.h +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 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 mt.o: mt.h @@ -119,7 +119,7 @@ install-data: data $(INSTALL_DATA) ./data/*.wav $(DATA_PREFIX)/ $(INSTALL_DATA) ./data/*.mod $(DATA_PREFIX)/ @echo - @echo "We recommend using $(DATA_PREFIX)/ship.png as an icon." + @echo "$(DATA_PREFIX)/icon.png (48x48) or ship.png (32x32) make good icons." @echo uninstall: uninstall-program uninstall-data rminstalldirs