HsHyperEstraier-0.4: examples/Makefile
build: ghc --make HelloWorld run: build ./HelloWorld clean: rm -f HelloWorld *.hi *.o .PHONY: build run clean
build: ghc --make HelloWorld run: build ./HelloWorld clean: rm -f HelloWorld *.hi *.o .PHONY: build run clean