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

Commit

Permalink
Use customised DIST dir when installing.
Browse files Browse the repository at this point in the history
  • Loading branch information
nominolo committed Apr 23, 2010
1 parent a8d5251 commit 3bfca8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -54,7 +54,7 @@ rebuild: clean build

# TODO: dodgy
install: $(DIST)/build/libHSscion-0.1.a
$(CABAL) install
$(CABAL) install --builddir=$(DIST)

# test: build
# echo main | $(HC) --interactive -package ghc -DDEBUG -isrc -idist/build tests/RunTests.hs
Expand Down

0 comments on commit 3bfca8c

Please sign in to comment.