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