X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=Lucu.git;a=blobdiff_plain;f=Makefile;h=7c0b30e7d2f9c4c44528cbff26432f35f1c6444a;hp=bf7f8818de645a883e53b7e55fb0b223ae0fa20f;hb=41b0d69438ec76c5bd070348cf9912dc72f3ff44;hpb=32cb47e903c5fb1d35fe48dfa8e975464a3832e3 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