Files
puzzles/singles.R
Simon Tatham e3a8e64812 Put the game summaries from the website into gamedesc.txt.
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.
2015-01-13 19:54:46 +00:00

24 lines
589 B
Makefile

# -*- makefile -*-
SINGLES_EXTRA = dsf latin maxflow tree234
singles : [X] GTK COMMON singles SINGLES_EXTRA singles-icon|no-icon
singles : [G] WINDOWS COMMON singles SINGLES_EXTRA singles.res|noicon.res
ALL += singles[COMBINED] SINGLES_EXTRA
singlessolver : [U] singles[STANDALONE_SOLVER] SINGLES_EXTRA STANDALONE
singlessolver : [C] singles[STANDALONE_SOLVER] SINGLES_EXTRA STANDALONE
!begin am gtk
GAMES += singles
!end
!begin >list.c
A(singles) \
!end
!begin >gamedesc.txt
singles:singles.exe:Singles:Number-removing puzzle:Black out the right set of duplicate numbers.
!end