X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=wsdl%2FMakefile;fp=wsdl%2FMakefile;h=da910d7cd73b24f1a9975a4c76e0d7808858e80b;hb=ab5a4715c79fe648010708b762b7f996d46a16c6;hp=0000000000000000000000000000000000000000;hpb=4e02e8cd5ee44cfad939d6d685f7c66ca2c8457e;p=plcapi.git diff --git a/wsdl/Makefile b/wsdl/Makefile new file mode 100644 index 0000000..da910d7 --- /dev/null +++ b/wsdl/Makefile @@ -0,0 +1,11 @@ +# Build a WSDL spec of the API + +all: plc_api.wsdl + +plc_api.wsdl: + ./api2wsdl.py -o plc_api.wsdl + +clean: + rm -f plc_api.wsdl + +.PHONY: all clean