switched harpy to disassembler-0.1.0.99 (git@wien.tomnetworks.com:disassembler.git...
[harpy.git] / Makefile
1 .PHONY: all clean install reinstall uninstall doc
2
3 all:
4         runhaskell Setup.hs configure --prefix=$(HOME)/
5         runhaskell Setup.hs build
6
7 clean:
8         runhaskell Setup.hs clean
9
10
11 install:
12         runhaskell Setup.hs install --user
13
14 reinstall:
15         runhaskell Setup.hs clean
16         runhaskell Setup.hs configure --prefix=$(HOME)/
17         runhaskell Setup.hs build
18         runhaskell Setup.hs install --user
19
20 uninstall:
21         runhaskell Setup.hs unregister --user
22
23 doc:
24         runhaskell Setup.hs haddock