packages feed

hback-0.0: Makefile

all: build

configure:
	runhaskell Setup.lhs configure
trial: configure
	ghc --make hback.hs -o hback

build: configure
	runhaskell Setup.lhs build
install:
	runhaskell Setup.lhs install

clean:
	rm -f hback
	rm -f *.hi
	rm -f *.o
	rm -rf ./dist/