mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 08:01:30 -07:00
Files

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