aboutsummaryrefslogtreecommitdiff
path: root/samegame.R
diff options
context:
space:
mode:
Diffstat (limited to 'samegame.R')
-rw-r--r--samegame.R15
1 files changed, 15 insertions, 0 deletions
diff --git a/samegame.R b/samegame.R
new file mode 100644
index 0000000..c6a088b
--- /dev/null
+++ b/samegame.R
@@ -0,0 +1,15 @@
+# -*- makefile -*-
+
+samegame : [X] GTK COMMON samegame
+
+samegame : [G] WINDOWS COMMON samegame
+
+ALL += samegame
+
+!begin gtk
+GAMES += samegame
+!end
+
+!begin >list.c
+ A(samegame) \
+!end