shithub: puzzles

ref: d55ad9fc42ab1f1d38dcf6ef02fe9254e6839165
dir: /tents.R/

View raw version
# -*- makefile -*-

TENTS    = tents maxflow

tents    : [X] GTK COMMON TENTS

tents    : [G] WINDOWS COMMON TENTS

ALL += TENTS

tentssolver :   [U] tents[STANDALONE_SOLVER] maxflow STANDALONE
tentssolver :   [C] tents[STANDALONE_SOLVER] maxflow STANDALONE

!begin gtk
GAMES += tents
!end

!begin >list.c
    A(tents) \
!end