aboutsummaryrefslogtreecommitdiff
path: root/lightup.R
diff options
context:
space:
mode:
Diffstat (limited to 'lightup.R')
-rw-r--r--lightup.R20
1 files changed, 20 insertions, 0 deletions
diff --git a/lightup.R b/lightup.R
new file mode 100644
index 0000000..9c22e17
--- /dev/null
+++ b/lightup.R
@@ -0,0 +1,20 @@
+# -*- makefile -*-
+
+LIGHTUP = lightup combi
+
+lightup : [X] GTK COMMON LIGHTUP
+
+lightup : [G] WINDOWS COMMON LIGHTUP
+
+lightupsolver : [U] lightup[STANDALONE_SOLVER] combi STANDALONE
+lightupsolver : [C] lightup[STANDALONE_SOLVER] combi STANDALONE
+
+ALL += LIGHTUP
+
+!begin gtk
+GAMES += lightup
+!end
+
+!begin >list.c
+ A(lightup) \
+!end