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
342 B
Makefile
20 lines
342 B
Makefile
# -*- makefile -*-
|
|
|
|
guess : [X] GTK COMMON guess guess-icon|no-icon
|
|
|
|
guess : [G] WINDOWS COMMON guess guess.res|noicon.res
|
|
|
|
ALL += guess[COMBINED]
|
|
|
|
!begin am gtk
|
|
GAMES += guess
|
|
!end
|
|
|
|
!begin >list.c
|
|
A(guess) \
|
|
!end
|
|
|
|
!begin >gamedesc.txt
|
|
guess:guess.exe:Guess:Combination-guessing puzzle:Guess the hidden combination of colours.
|
|
!end
|