fix clean of Build/MakeMans
This commit is contained in:
parent
4ca83054e5
commit
626e628417
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -101,7 +101,7 @@ clean:
|
|||
doc/.ikiwiki html dist tags Build/SysConfig.hs \
|
||||
Setup Build/InstallDesktopFile Build/EvilSplicer \
|
||||
Build/Standalone Build/OSXMkLibs Build/LinuxMkLibs \
|
||||
Build/DistributionUpdate Build/BuildVersion Build/Mans \
|
||||
Build/DistributionUpdate Build/BuildVersion Build/MakeMans \
|
||||
git-union-merge .tasty-rerun-log
|
||||
find . -name \*.o -exec rm {} \;
|
||||
find . -name \*.hi -exec rm {} \;
|
||||
|
|
Loading…
Reference in a new issue