]> gitweb @ CieloNegro.org - Lucu.git/blobdiff - Makefile
Added new actions to the Resource.
[Lucu.git] / Makefile
index bbd831f5a1da11896879449dcacae8955c3115eb..6b4ad4d989b28a5b152de9d00ee4d1438e6e35d7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,10 +6,10 @@ build: .setup-config Setup
 
 run: build
        @echo ".:.:. Let's go .:.:."
-       $(WHAT_TO_RUN)
        $(MAKE) -C examples run
 
 .setup-config: $(CABAL_FILE) Setup
+#      ./Setup configure
        ./Setup configure -p
 
 Setup: Setup.hs
@@ -20,10 +20,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