diff options
Diffstat (limited to 'net.R')
| -rw-r--r-- | net.R | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -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 |