]> gitweb @ CieloNegro.org - Lucu.git/blobdiff - Makefile
SecurityCheck
[Lucu.git] / Makefile
index bbd831f5a1da11896879449dcacae8955c3115eb..bf7f8818de645a883e53b7e55fb0b223ae0fa20f 100644 (file)
--- 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