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