clean dist-newstyle
This commit is contained in:
parent
d46490c17f
commit
572369ced2
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -143,7 +143,7 @@ docs: mans
|
|||
|
||||
clean:
|
||||
if [ "$(BUILDER)" != ./Setup ] && [ "$(BUILDER)" != cabal ]; then $(BUILDER) clean; fi
|
||||
rm -rf tmp dist git-annex $(mans) configure *.tix .hpc \
|
||||
rm -rf tmp dist dist-newstyle git-annex $(mans) configure *.tix .hpc \
|
||||
doc/.ikiwiki html dist tags TAGS Build/SysConfig Build/Version \
|
||||
Setup Build/InstallDesktopFile \
|
||||
Build/Standalone Build/OSXMkLibs Build/LinuxMkLibs \
|
||||
|
|
Loading…
Add table
Reference in a new issue