blob: 1e79e99ca01b0c41761acc4527bb3578561bc263 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# -*- 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
|