shithub: puzzles

ref: ff7d2559eee80771700cfd935d8775e204d62f36
dir: /net.R/

View raw version
# -*- 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