Files
puzzles/undead.R
Simon Tatham c06792c076 Add a mechanism to the automake system to allow 'make install' to only
install the actual games, not the auxiliary binaries or nullgame.

[originally from svn r9887]
2013-06-30 10:16:57 +00:00

19 lines
301 B
Makefile

# -*- makefile -*-
undead : [X] GTK COMMON undead undead-icon|no-icon
undead : [G] WINDOWS COMMON undead undead.res|noicon.res
ALL += undead[COMBINED]
!begin am gtk
GAMES += undead
!end
!begin >list.c
A(undead) \
!end
!begin >gamedesc.txt
undead:undead.exe:Undead:Monster-placing puzzle
!end