Files
puzzles/guess.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
301 B
Makefile

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