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
391 B
Makefile
20 lines
391 B
Makefile
# -*- makefile -*-
|
|
|
|
blackbox : [X] GTK COMMON blackbox blackbox-icon|no-icon
|
|
|
|
blackbox : [G] WINDOWS COMMON blackbox blackbox.res|noicon.res
|
|
|
|
ALL += blackbox[COMBINED]
|
|
|
|
!begin am gtk
|
|
GAMES += blackbox
|
|
!end
|
|
|
|
!begin >list.c
|
|
A(blackbox) \
|
|
!end
|
|
|
|
!begin >gamedesc.txt
|
|
blackbox:blackbox.exe:Black Box:Ball-finding puzzle:Find the hidden balls in the box by bouncing laser beams off them.
|
|
!end
|