shithub: puzzles

ref: 13a9cb0bea7351132763a25e7d07b2e70ee99dd1
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