From 299fdab77b97a5e88f82e564a05ccfcbba563f58 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Wed, 6 May 2009 00:44:45 +0000 Subject: [PATCH] remove clean from all target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0