GHC=ghc all: Main.hs $(GHC) -Wall -Werror -O -package unix --make -o push-mail Main.hs .PHONY: clean clean: rm -f *.hi *.o *~ push-mail