Files
puzzles/cube.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
283 B
Makefile

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