X-Git-Url: https://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=7c0b30e7d2f9c4c44528cbff26432f35f1c6444a;hb=d05d8c883eaca12ee621975a2b95c5ebdc2357d2;hp=bf7f8818de645a883e53b7e55fb0b223ae0fa20f;hpb=32cb47e903c5fb1d35fe48dfa8e975464a3832e3;p=Lucu.git diff --git a/Makefile b/Makefile index bf7f881..7c0b30e 100644 --- a/Makefile +++ b/Makefile @@ -25,4 +25,7 @@ doc: .setup-config Setup install: build ./Setup install -.PHONY: build run clean install doc \ No newline at end of file +sdist: Setup + ./Setup sdist + +.PHONY: build run clean install doc sdist \ No newline at end of file