From: Tony Mack Date: Wed, 6 May 2009 00:44:45 +0000 (+0000) Subject: remove clean from all target X-Git-Tag: sfa-0.9-0@14641~404 X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=commitdiff_plain;h=299fdab77b97a5e88f82e564a05ccfcbba563f58 remove clean from all target --- diff --git a/Makefile b/Makefile index 33300ef6..a4dff179 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ init := geni/__init__.py geni/util/__init__.py geni/methods/__init__.py subdirs := keyconvert #pyOpenSSL-0.9 -all: clean install $(init) $(subdirs) +all: install $(init) $(subdirs) install: python setup.py install