# Let's keep it simple for now. all: ghc --make -c *.hs clean: rm -f *.hi *.o