all: (cd swf; make all) make build-ghc (cd haxe; make all) build-ghc: (cd hs;make build-ghc) build-cabal: cabal install --disable-documentation (cd hs;make build-cabal) clean: (cd swf; make clean) (cd hs; make clean) (cd haxe; make clean) rm -fR article dist index.html put: r.ftp index.html swf/*.swf article/*/*/index.html I=http://icebergjournal.com ix: find article -name index.html get: wget $(I)/index.html wget -xnH $(I)/swf/F814126374.swf wget -xnH $(I)/swf/font.swf wget -xnH $(I)/article/kelly-doley/kelly-doley/index.html wget -xnH $(I)/article/armin-linke/armin-linke/index.html wget -xnH $(I)/article/dan-rule/love-ephemera/index.html wget -xnH $(I)/article/paul-knight/hot-boys-and-shut-down-public-toilets/index.html wget -xnH $(I)/article/andrew-frost/ocean-beach/index.html wget -xnH $(I)/article/geoff-newton/untitled/index.html wget -xnH $(I)/article/iceberg-journal/iceberg-journal/index.html wget -xnH $(I)/article/your-boyhood/your-boyhood/index.html wget -xnH $(I)/article/julian-drape/place-poems/index.html wget -xnH $(I)/article/emma-japan/vasili-kaliman/index.html