X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=bf7f8818de645a883e53b7e55fb0b223ae0fa20f;hb=32cb47e903c5fb1d35fe48dfa8e975464a3832e3;hp=bbd831f5a1da11896879449dcacae8955c3115eb;hpb=453cecf83e146e1ec23545fb371f7b91ab6adea7;p=Lucu.git diff --git a/Makefile b/Makefile index bbd831f..bf7f881 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,7 +19,7 @@ clean: find . -name '*~' -exec rm -f {} \; $(MAKE) -C examples clean -doc: +doc: .setup-config Setup ./Setup haddock install: build