shithub: puzzles

ref: cf880225edb1b6a5cb27dec01ba54c61822788f2
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