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

20 lines
297 B
Makefile

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