From: Thierry Parmentelat Date: Tue, 10 Nov 2020 16:02:10 +0000 (+0100) Subject: no longer build wsld X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=02e65110ebd0ed6da315704f7a13985c1a0605fc;p=sfa.git no longer build wsld --- diff --git a/Makefile b/Makefile index e2e36e7e..be229f4d 100644 --- a/Makefile +++ b/Makefile @@ -4,12 +4,13 @@ # overwritten by the specfile DESTDIR="/" PREFIX=/usr + ########## -all: python wsdl +all: python -install: python-install wsdl-install tests-install +install: python-install tests-install -clean: python-clean wsdl-clean +clean: python-clean uninstall: python-uninstall tests-uninstall