]> gitweb @ CieloNegro.org - Rakka.git/blobdiff - Makefile
Farewell the dream of plug-in system... It's way too hard to implement nicely. Many...
[Rakka.git] / Makefile
index 8ae8c88066633203c0606cb344ea359762e2a5a7..624dbea7084d527cd1d79eb2fe0ec6f7894ace28 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,12 +1,11 @@
 CABAL_FILE = Rakka.cabal
 GHC        = ghc
-EXECUTABLE = ./dist/build/Rakka/rakka
+EXECUTABLE = sudo ./dist/build/rakka/rakka -p 8989 -l DEBUG
 
 build: .setup-config Setup
        ./Setup build
 
 run: build
-       @echo ".:.:. Let's go .:.:."
        $(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