Somehow I let a couple of // comments get past me when I accepted
[sgt/puzzles] / mines.R
CommitLineData
3f98cd5a 1# -*- makefile -*-
2
3MINES = mines tree234
4
f12cdd72 5mines : [X] GTK COMMON MINES mines-icon|no-icon
3f98cd5a 6
fa2cb13d 7mines : [G] WINDOWS COMMON MINES mines.res?
3f98cd5a 8
9mineobfusc : [U] mines[STANDALONE_OBFUSCATOR] tree234 STANDALONE
10mineobfusc : [C] mines[STANDALONE_OBFUSCATOR] tree234 STANDALONE
11
12ALL += MINES
13
14!begin gtk
15GAMES += mines
16!end
17
18!begin >list.c
19 A(mines) \
20!end
9bb2f5af 21
22!begin >wingames.lst
23mines.exe
24!end