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

More sensible to bring all the pieces of per-puzzle descriptive text together into one place, so they can be easily reused everywhere they're needed.
20 lines
343 B
Makefile
20 lines
343 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:Pick up all the blue squares by rolling the cube over them.
|
|
!end
|