diff --git a/GNUmakefile b/GNUmakefile
index c8d1c63d5cff4e1553520faf6aec7e7f37d9bbfb..a2bd01e82361379f64ea0610f07fa89e5b101b4f 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 b18732fc78126c2d03bd5add9e8f27c618096427..f3ab11f308317a0993ddf1db387e1f3e9d8064a9 100644
--- a/test/GNUmakefile
+++ b/test/GNUmakefile
@@ -18,4 +18,4 @@ clean: FORCE
 	done
 
 
-FORCE:
\ No newline at end of file
+FORCE: