]> gitweb @ CieloNegro.org - Rakka.git/blobdiff - Makefile
Record before creating Rakka-Base.
[Rakka.git] / Makefile
index 8ae8c88066633203c0606cb344ea359762e2a5a7..b64ac4535450423d228b58371e8f85eb9387e204 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,12 +1,11 @@
 CABAL_FILE = Rakka.cabal
 GHC        = ghc
-EXECUTABLE = ./dist/build/Rakka/rakka
+EXECUTABLE = sudo rakka -p 8989 -l DEBUG
 
 build: .setup-config Setup
        ./Setup build
 
-run: build
-       @echo ".:.:. Let's go .:.:."
+run: install
        $(EXECUTABLE)
 
 .setup-config: $(CABAL_FILE) configure Setup Rakka.buildinfo.in
@@ -23,7 +22,7 @@ clean:
        find . -name '*~' -exec rm -f {} \;
 
 install: build
-       ./Setup install
+       sudo ./Setup install
 
 test: build
        ./Setup test