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