added clean to Makefile
This commit is contained in:
parent
8bc204e638
commit
fb6b971e03
1 changed files with 5 additions and 0 deletions
5
Makefile
5
Makefile
|
@ -1,2 +1,7 @@
|
||||||
|
.PHONY: all clean
|
||||||
|
|
||||||
all:
|
all:
|
||||||
ghc --make cnb.hs -o cnb
|
ghc --make cnb.hs -o cnb
|
||||||
|
|
||||||
|
clean:
|
||||||
|
-@rm *.hi *.o cnb 2&> /dev/null || true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue