From 716aa0af721304277e5f1c9d2d7c82b196a697af Mon Sep 17 00:00:00 2001 From: Anders F Bjorklund Date: Wed, 28 Jan 2009 23:01:28 +0100 Subject: [PATCH] add clean make target --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 27d9a8f..4cb8042 100644 --- a/Makefile +++ b/Makefile @@ -17,3 +17,7 @@ install: locale/zero-install.pot: $(PY) $(GLADE) xgettext --language=Python --output=$@ --keyword=_ --keyword=N_ $^ +clean: + $(PYTHON) setup.py clean + +.PHONY: all install clean -- 2.11.4.GIT