added clean to Makefile

This commit is contained in:
Jeena 2014-11-23 18:52:47 +01:00
parent 8bc204e638
commit fb6b971e03

View file

@ -1,2 +1,7 @@
.PHONY: all clean
all:
ghc --make cnb.hs -o cnb
clean:
-@rm *.hi *.o cnb 2&> /dev/null || true