mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 04:06:26 +01:00
Remove any backup files resulting from formatting the manual in make clean
git-svn-id: svn://localhost/ardour2/trunk@2331 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
0ff6c025c5
commit
b4a50dd9ca
1 changed files with 2 additions and 0 deletions
|
|
@ -60,6 +60,8 @@ format:: test
|
||||||
|
|
||||||
clean::
|
clean::
|
||||||
@rm -rf $(OUTDIR)
|
@rm -rf $(OUTDIR)
|
||||||
|
@for file in `find xml/ -name '*.bak' -type f`; do \
|
||||||
|
rm $$file; done
|
||||||
|
|
||||||
.PHONY : clean
|
.PHONY : clean
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue