I'm sick of repeatedly adding and removing local changes to Recipe
[sgt/puzzles] / net.R
diff --git a/net.R b/net.R
new file mode 100644 (file)
index 0000000..945d7ff
--- /dev/null
+++ b/net.R
@@ -0,0 +1,19 @@
+# -*- makefile -*-
+
+NET      = net tree234 dsf
+
+net      : [X] GTK COMMON NET
+
+# The Windows Net shouldn't be called `net.exe' since Windows
+# already has a reasonably important utility program by that name!
+netgame  : [G] WINDOWS COMMON NET
+
+ALL += NET
+
+!begin gtk
+GAMES += net
+!end
+
+!begin >list.c
+    A(net) \
+!end