From e1c38c541f410607da33231b4f1947b77c5814c4 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Mon, 4 May 2009 22:28:15 +0000 Subject: [PATCH] added clean target to all. clean target now cleans keyconvert --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 2573dc8e..33300ef6 100644 --- a/Makefile +++ b/Makefile @@ -5,9 +5,9 @@ # Meta init := geni/__init__.py geni/util/__init__.py geni/methods/__init__.py -subdirs := keyconvert #pyOpenSSL-0.7 +subdirs := keyconvert #pyOpenSSL-0.9 -all: install $(init) $(subdirs) +all: clean install $(init) $(subdirs) install: python setup.py install @@ -19,8 +19,9 @@ $(subdirs): %: clean: python setup.py uninstall + cd keyconvert && make clean + cd - # XX remove keyconvert - index: $(init) -- 2.43.0