From 4812f74701f3a865db89394417e501b96a3c5db7 Mon Sep 17 00:00:00 2001 From: Anton Kachalov Date: Mon, 2 Feb 2004 16:45:46 +0000 Subject: [PATCH] correct cleaning --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index ef3c843..7a891d1 100644 --- a/Makefile +++ b/Makefile @@ -223,6 +223,7 @@ clean: @for n in $(DIRS); do \ (cd $$n; make clean) \ done + rm -rf $(TMP_PKG) rm -f *.o .depend *.rdz *.img $(BINS)