all: test1 test1: Test1.hs ghc --make -o $@ $< clean: rm -f test1 *.o *.hi