aboutsummaryrefslogtreecommitdiff
path: root/mines.R
diff options
context:
space:
mode:
Diffstat (limited to 'mines.R')
-rw-r--r--mines.R20
1 files changed, 20 insertions, 0 deletions
diff --git a/mines.R b/mines.R
new file mode 100644
index 0000000..244b0bb
--- /dev/null
+++ b/mines.R
@@ -0,0 +1,20 @@
+# -*- 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