packages feed

hmp3-1.4: Makefile

all: conf build

conf:
	./Setup.hs configure

build:
	./Setup.hs build

clean:
	./Setup.hs clean