Skip to content
This repository has been archived by the owner on Mar 4, 2023. It is now read-only.

Commit

Permalink
Add haddock target to Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
nominolo committed Sep 16, 2010
1 parent d35f2aa commit 5e40929
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Expand Up @@ -103,6 +103,10 @@ $(DIST)/manual/scion-server: server/Proxy.hs $(SERVER_DEPS) $(DIST)/manual/.inst
worker: $(DIST)/manual/scion-worker
server: $(DIST)/manual/scion-server $(DIST)/manual/scion-worker

.PHONY: haddock
haddock: $(DIST)/build/libHSscion-$(VERSION).a
$(CABAL) haddock --builddir=$(DIST)

.PHONY: bench
bench: $(DIST)/manual/bench $(DIST)/manual/worker
$(DIST)/manual/bench
Expand Down

0 comments on commit 5e40929

Please sign in to comment.