]> arthur.barton.de Git - bup.git/blobdiff - Makefile
Rename test-fs.img to testfs.img and add it to the clean target.
[bup.git] / Makefile
index 7e2958450f6f5e8a3e6b27eb854fac84947fcaae..cbf548c420bfaf624e6a06901828f0c3f5ccf0dd 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -144,5 +144,7 @@ clean: Documentation/clean
                .*~ *~ */*~ lib/*/*~ lib/*/*/*~ \
                *.pyc */*.pyc lib/*/*.pyc lib/*/*/*.pyc \
                bup bup-* cmd/bup-* lib/bup/_version.py randomgen memtest \
-               out[12] out2[tc] tags[12] tags2[tc]
+               out[12] out2[tc] tags[12] tags2[tc] \
+               testfs.img
        rm -rf *.tmp t/*.tmp lib/*/*/*.tmp build lib/bup/build
+       if test -e testfs; then rmdir testfs; fi