packages feed

Ketchup-0.1.1: Makefile~

all: example

example:
	ghc example.hs

clean:
	rm -rf ./example
	rm -rf *.o */*.o *.hi */*.hi