X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/7a4c7e323d9a23433c9e7b23a68984dc4f8cbb3e..f213222bce104de4495a3b731626649ff1c3f4c9:/mines.R diff --git a/mines.R b/mines.R index 3d48182..4550e18 100644 --- a/mines.R +++ b/mines.R @@ -1,15 +1,15 @@ # -*- makefile -*- -MINES = mines tree234 +MINES_EXTRA = tree234 -mines : [X] GTK COMMON MINES mines-icon|no-icon +mines : [X] GTK COMMON mines MINES_EXTRA mines-icon|no-icon -mines : [G] WINDOWS COMMON MINES mines.res|noicon.res +mines : [G] WINDOWS COMMON mines MINES_EXTRA mines.res|noicon.res -mineobfusc : [U] mines[STANDALONE_OBFUSCATOR] tree234 STANDALONE -mineobfusc : [C] mines[STANDALONE_OBFUSCATOR] tree234 STANDALONE +mineobfusc : [U] mines[STANDALONE_OBFUSCATOR] MINES_EXTRA STANDALONE +mineobfusc : [C] mines[STANDALONE_OBFUSCATOR] MINES_EXTRA STANDALONE -ALL += MINES +ALL += mines[COMBINED] MINES_EXTRA !begin gtk GAMES += mines