all: ghc --make Main.hs -o hsbot clean: rm hsbot find . -name \*.o | xargs rm find . -name \*.hi | xargs rm