]> gitweb @ CieloNegro.org - Lucu.git/blobdiff - Makefile
Added new actions to the Resource.
[Lucu.git] / Makefile
index bf7f8818de645a883e53b7e55fb0b223ae0fa20f..6b4ad4d989b28a5b152de9d00ee4d1438e6e35d7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,7 @@ run: build
        $(MAKE) -C examples run
 
 .setup-config: $(CABAL_FILE) Setup
+#      ./Setup configure
        ./Setup configure -p
 
 Setup: Setup.hs
@@ -25,4 +26,7 @@ doc: .setup-config Setup
 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