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
297 B
Makefile
20 lines
297 B
Makefile
# -*- makefile -*-
|
|
|
|
range : [X] GTK COMMON range range-icon|no-icon
|
|
|
|
range : [G] WINDOWS COMMON range range.res|noicon.res
|
|
|
|
ALL += range[COMBINED]
|
|
|
|
!begin am gtk
|
|
GAMES += range
|
|
!end
|
|
|
|
!begin >list.c
|
|
A(range) \
|
|
!end
|
|
|
|
!begin >gamedesc.txt
|
|
range:range.exe:Range:Visible-distance puzzle
|
|
!end
|