X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=Lucu.git;a=blobdiff_plain;f=Makefile;h=7c0b30e7d2f9c4c44528cbff26432f35f1c6444a;hp=bbd831f5a1da11896879449dcacae8955c3115eb;hb=41b0d69438ec76c5bd070348cf9912dc72f3ff44;hpb=453cecf83e146e1ec23545fb371f7b91ab6adea7 diff --git a/Makefile b/Makefile index bbd831f..7c0b30e 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,6 @@ build: .setup-config Setup run: build @echo ".:.:. Let's go .:.:." - $(WHAT_TO_RUN) $(MAKE) -C examples run .setup-config: $(CABAL_FILE) Setup @@ -20,10 +19,13 @@ clean: find . -name '*~' -exec rm -f {} \; $(MAKE) -C examples clean -doc: +doc: .setup-config Setup ./Setup haddock 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