packages feed

Ketchup-0.1.0: Makefile

all: example

example:
	ghc example.hs

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