.PHONY: application clean application: ghc -o HtmlExample --make HtmlExample.hs ghc -o GridExample --make GridExample.hs clean: -rm HtmlExample -rm GridExample -rm *.o *.hi *~