Files
puzzles/twiddle.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
325 B
Makefile

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