X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=624dbea7084d527cd1d79eb2fe0ec6f7894ace28;hb=8f77b5949ccd5f2272a02c852d51bfa2ecfa84c8;hp=8ae8c88066633203c0606cb344ea359762e2a5a7;hpb=1647278f9393f7382b6e8b8a5e9e14ce50aae718;p=Rakka.git diff --git a/Makefile b/Makefile index 8ae8c88..624dbea 100644 --- 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