Files
puzzles/unruly.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

22 lines
419 B
Makefile

# -*- makefile -*-
unruly : [X] GTK COMMON unruly unruly-icon|no-icon
unruly : [G] WINDOWS COMMON unruly unruly.res|noicon.res
unrulysolver : [U] unruly[STANDALONE_SOLVER] STANDALONE
unrulysolver : [C] unruly[STANDALONE_SOLVER] STANDALONE
ALL += unruly[COMBINED]
!begin am gtk
GAMES += unruly
!end
!begin >list.c
A(unruly) \
!end
!begin >gamedesc.txt
unruly:unruly.exe:Unruly:Black and white grid puzzle
!end