mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 16:05:44 -07:00
Files

install the actual games, not the auxiliary binaries or nullgame. [originally from svn r9887]
20 lines
315 B
Makefile
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
|