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