1 2 3 4 5 6 7 8 9
all: ghc --make Main.hs -o hsbot ghci: ghci Main.hs clean: find . -name \*.o | xargs rm find . -name \*.hi | xargs rm rm hsbot