clean too
This commit is contained in:
parent
ee6fabb7ca
commit
9f9325aa3d
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -61,7 +61,8 @@ docs: $(mans)
|
||||||
--exclude='news/.*'
|
--exclude='news/.*'
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf build $(bins) $(mans) test configure Touch.hs SysConfig.hs *.tix .hpc
|
rm -rf build $(bins) $(mans) test configure \
|
||||||
|
StatFS.hs Touch.hs SysConfig.hs *.tix .hpc
|
||||||
rm -rf doc/.ikiwiki html
|
rm -rf doc/.ikiwiki html
|
||||||
find . \( -name \*.o -or -name \*.hi \) -exec rm {} \;
|
find . \( -name \*.o -or -name \*.hi \) -exec rm {} \;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue