shithub: puzzles

ref: be8076a6e66cb4a2ac911eb65712b669f6df509a
dir: /mines.R/

View raw version
# -*- makefile -*-

MINES    = mines tree234

mines    : [X] GTK COMMON MINES

mines    : [G] WINDOWS COMMON MINES mines.res?

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