Files
puzzles/inertia.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
315 B
Makefile

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