Files
puzzles/pegs.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

22 lines
388 B
Makefile

# -*- makefile -*-
PEGS_EXTRA = tree234
pegs : [X] GTK COMMON pegs PEGS_EXTRA pegs-icon|no-icon
pegs : [G] WINDOWS COMMON pegs PEGS_EXTRA pegs.res|noicon.res
ALL += pegs[COMBINED] PEGS_EXTRA
!begin am gtk
GAMES += pegs
!end
!begin >list.c
A(pegs) \
!end
!begin >gamedesc.txt
pegs:pegs.exe:Pegs:Peg solitaire puzzle:Jump pegs over each other to remove all but one.
!end