X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=6b4ad4d989b28a5b152de9d00ee4d1438e6e35d7;hb=636a3b3334f1ede61dc1e6faa2c4a021ea9bbd5c;hp=bf7f8818de645a883e53b7e55fb0b223ae0fa20f;hpb=32cb47e903c5fb1d35fe48dfa8e975464a3832e3;p=Lucu.git diff --git a/Makefile b/Makefile index bf7f881..6b4ad4d 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,7 @@ run: build $(MAKE) -C examples run .setup-config: $(CABAL_FILE) Setup +# ./Setup configure ./Setup configure -p Setup: Setup.hs @@ -25,4 +26,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