packages feed

BerkeleyDBXML-0.3: examples/adventure/Makefile

all: adventure

adventure: Adventure.hs
	ghc -threaded --make -o $@ $<

clean:
	rm -f adventure *.hi *.o