packages feed

topkata-0.0: Makefile

all: topkata


topkata: setup
	./setup build

setup: Setup.lhs topkata.cabal
	ghc --make -o $@ $<
	./setup configure