From 2dd18df7ce97dabf1da1081be2ab9871a3de2d55 Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau <fare@tunes.org> Date: Wed, 18 Aug 2010 13:48:34 -0400 Subject: [PATCH] make cleaner --- GNUmakefile | 3 ++- test/GNUmakefile | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index c8d1c63d..a2bd01e8 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -58,7 +58,8 @@ clean: FORCE done; \ fi; \ done - rm -rf tmp + rm -rf tmp/ LICENSE test/try-reloading-dependency.asd + rm -rf .pc/ build-stamp debian/patches/ debian/debhelper.log # debian crap make -C doc clean test: FORCE diff --git a/test/GNUmakefile b/test/GNUmakefile index b18732fc..f3ab11f3 100644 --- a/test/GNUmakefile +++ b/test/GNUmakefile @@ -18,4 +18,4 @@ clean: FORCE done -FORCE: \ No newline at end of file +FORCE: -- GitLab