From fa67ad381f7478bfe642c5b7734bed994a70c0d0 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Mon, 27 May 2013 01:22:57 +0200 Subject: [PATCH] some clean changes in Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 48741f1..6f7d059 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,6 @@ - all: clean: - rm -rf docs rm -rf log find . -type f -name "*.pyc" -exec rm -f {} \; @@ -12,3 +10,5 @@ docs: docs-pdf: epydoc --pdf -o docs ./lib +docs-clean: + rm -rf docs