X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=makefile;h=b31b678e624d2c6397c62af401620751edeb9206;hb=8f85b770010bb78c0d1f29c188e602a97e77e3bd;hp=32385676c55b7756228f11e614755bd45bb7decb;hpb=7c3e8169dfce7de580f2f224d0845de01b379249;p=dead%2Fhtsn.git diff --git a/makefile b/makefile index 3238567..b31b678 100644 --- a/makefile +++ b/makefile @@ -5,16 +5,16 @@ TESTSUITE_BIN = dist/build/testsuite/testsuite $(BIN): src/*.hs src/TSN/*.hs runghc Setup.hs clean - runghc Setup.hs configure --user + runghc Setup.hs configure --user --prefix=/ runghc Setup.hs build profile: src/*.hs runghc Setup.hs clean - runghc Setup.hs configure --user --enable-executable-profiling + runghc Setup.hs configure --user --enable-executable-profiling --prefix=/ runghc Setup.hs build -doc: src/*.hs - runghc Setup.hs configure --user +doc: *.cabal src/*.hs + runghc Setup.hs configure --user --prefix=/ runghc Setup.hs hscolour --executables runghc Setup.hs haddock --internal \ --executables \ @@ -23,17 +23,18 @@ doc: src/*.hs clean: runghc Setup.hs clean rm -f *.log + rm -f *.xml rm -rf tmp $(TESTSUITE_BIN): src/*.hs test/TestSuite.hs - runghc Setup.hs configure --user --enable-tests + runghc Setup.hs configure --user --enable-tests --prefix=/ runghc Setup.hs build test: $(BIN) $(TESTSUITE_BIN) runghc Setup.hs test dist: - runghc Setup.hs configure + runghc Setup.hs configure --prefix=/ runghc Setup.hs sdist hlint: