shithub: puzzles

ref: 7b1f7d3e01f0fbb3ff08ba1f20ab1c9f9d7db179
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