aboutsummaryrefslogtreecommitdiff
path: root/net.R
diff options
context:
space:
mode:
Diffstat (limited to 'net.R')
-rw-r--r--net.R19
1 files changed, 19 insertions, 0 deletions
diff --git a/net.R b/net.R
new file mode 100644
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