From: Tony Mack Date: Mon, 4 May 2009 22:28:15 +0000 (+0000) Subject: added clean target to all. clean target now cleans keyconvert X-Git-Tag: sfa-0.9-0@14641~414 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=e1c38c541f410607da33231b4f1947b77c5814c4;p=sfa.git added clean target to all. clean target now cleans keyconvert --- 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)