X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/66a74a18d3d3e5a143aaccd3740a570ab171548a..3f98cd5a40321c18f87e4e732a75f56cc187cb1f:/net.R 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