aboutsummaryrefslogtreecommitdiff
path: root/net.R
blob: 945d7ff4d240ef9c85a234ce15200252020c0d5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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