From c97891c7bfbee8d64da6aaa0c90f91bf459bd559 Mon Sep 17 00:00:00 2001 From: Yung-Chin Oei Date: Wed, 24 Oct 2012 03:25:43 +0100 Subject: [PATCH] Makefile: clean config/ during clean. Signed-off-by: Yung-Chin Oei Reviewed-by: Rob Browning --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c382466..121e4ac 100644 --- a/Makefile +++ b/Makefile @@ -149,7 +149,7 @@ import-docs: Documentation/clean git archive origin/html | (cd Documentation; tar -xvf -) git archive origin/man | (cd Documentation; tar -xvf -) -clean: Documentation/clean +clean: Documentation/clean config/clean rm -f *.o lib/*/*.o *.so lib/*/*.so *.dll lib/*/*.dll *.exe \ .*~ *~ */*~ lib/*/*~ lib/*/*/*~ \ *.pyc */*.pyc lib/*/*.pyc lib/*/*/*.pyc \ -- 2.39.2