all: clean ghc -Wall -O3 --make Example01.hs rm -rf *.hi *.o clean: rm -rf *.hi *.o Example01