]> gitweb @ CieloNegro.org - Lucu.git/blobdiff - Makefile
Cabal
[Lucu.git] / Makefile
index bbd831f5a1da11896879449dcacae8955c3115eb..7c0b30e7d2f9c4c44528cbff26432f35f1c6444a 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,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