From: Yung-Chin Oei Date: Wed, 24 Oct 2012 02:25:43 +0000 (+0100) Subject: Makefile: clean config/ during clean. X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=c97891c7bfbee8d64da6aaa0c90f91bf459bd559;p=packages%2Fb%2Fbup.git Makefile: clean config/ during clean. Signed-off-by: Yung-Chin Oei Reviewed-by: Rob Browning --- 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 \