A port of Zachtronics' match-4 game HACK*MATCH to the TI-84 Plus CE
at main 20 lines 457 B view raw
1# ---------------------------- 2# Makefile Options 3# ---------------------------- 4 5NAME = HACKMTCH 6DESCRIPTION = "A fast-paced match-4 designed by Zachtronics" 7ICON = icon.png 8COMPRESSED = NO 9ARCHIVED = NO 10 11CFLAGS = -Wall -Wextra -Oz 12CXXFLAGS = -Wall -Wextra -Oz 13 14# ---------------------------- 15 16include $(shell cedev-config --makefile) 17 18group:: 19 convbin -j 8x -i bin/HACKMTCH.8xp -i src/gfx/HKMCHGFX.8xv -k 8xg-auto-extract -o bin/HACKMTCH.8xg -n HACKMTCH 20