shithub: puzzles

ref: 78c709e2391f0b4dc13af99b68eefd0c99ab6a87
dir: /mines.R/

View raw version
# -*- makefile -*-

MINES    = mines tree234

mines    : [X] GTK COMMON MINES

mines    : [G] WINDOWS COMMON MINES

mineobfusc :    [U] mines[STANDALONE_OBFUSCATOR] tree234 STANDALONE
mineobfusc :    [C] mines[STANDALONE_OBFUSCATOR] tree234 STANDALONE

ALL += MINES

!begin gtk
GAMES += mines
!end

!begin >list.c
    A(mines) \
!end