From 9b4f0d5ef957e92d1303c694027502c2a7a7ae96 Mon Sep 17 00:00:00 2001 From: Kambiz Darabi <darabi@m-creations.net> Date: Thu, 24 Mar 2016 17:01:48 +0100 Subject: [PATCH] Makefile target clean should not touch debian Now that the debian subdir is maintained in a separate repo, Makefile should not mess with it. --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index f1a60b26..f35d0a5f 100644 --- a/Makefile +++ b/Makefile @@ -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: -- GitLab