mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-22 00:15:46 -07:00
Files

install the actual games, not the auxiliary binaries or nullgame. [originally from svn r9887]
22 lines
414 B
Makefile
22 lines
414 B
Makefile
# -*- makefile -*-
|
|
|
|
SEPARATE_EXTRA = divvy dsf
|
|
|
|
separate : [X] GTK COMMON separate SEPARATE_EXTRA separate-icon|no-icon
|
|
|
|
separate : [G] WINDOWS COMMON separate SEPARATE_EXTRA separate.res|noicon.res
|
|
|
|
ALL += separate[COMBINED] SEPARATE_EXTRA
|
|
|
|
!begin am gtk
|
|
GAMES += separate
|
|
!end
|
|
|
|
!begin >list.c
|
|
A(separate) \
|
|
!end
|
|
|
|
!begin >gamedesc.txt
|
|
separate:separate.exe:Separate:Rectangle-dividing puzzle
|
|
!end
|