Skip to content
Snippets Groups Projects
Commit 9b4f0d5e authored by Kambiz Darabi's avatar Kambiz Darabi Committed by Robert Goldman
Browse files

Makefile target clean should not touch debian

Now that the debian subdir is maintained in a separate repo, Makefile
should not mess with it.
parent 8e9f986c
No related branches found
No related tags found
No related merge requests found
......@@ -167,7 +167,6 @@ clean:
done
rm -rf build/ LICENSE test/try-reloading-dependency.asd test/hello-world-example asdf.lisp
rm -rf test/hello-world-example.exe test/mkcl_*.dll # needed only on MS-Windows
rm -rf .pc/ build-stamp debian/patches/ debian/debhelper.log debian/cl-asdf/ # debian crap
${MAKE} -C doc clean
mrproper:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment