]> 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 b64ac4535450423d228b58371e8f85eb9387e204..624dbea7084d527cd1d79eb2fe0ec6f7894ace28 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,11 @@
 CABAL_FILE = Rakka.cabal
 GHC        = ghc
-EXECUTABLE = sudo rakka -p 8989 -l DEBUG
+EXECUTABLE = sudo ./dist/build/rakka/rakka -p 8989 -l DEBUG
 
 build: .setup-config Setup
        ./Setup build
 
-run: install
+run: build
        $(EXECUTABLE)
 
 .setup-config: $(CABAL_FILE) configure Setup Rakka.buildinfo.in