Files
puzzles/rect.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
287 B
Makefile

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