Skip to content

Commit

Permalink
Actually build 'alex' and 'happy' during build-setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
meiersi committed Apr 13, 2015
1 parent 2bdedc1 commit f898f82
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ install: build-setup
cabal --version # Should be at least 1.18
$(CABAL_INSTALL) --force-reinstalls .

# build-setup: cabal-sandbox/created $(ALEX) $(HAPPY)
build-setup: cabal-sandbox/created
build-setup: cabal-sandbox/created $(ALEX) $(HAPPY)
cabal sandbox add-source lib/*

# Create a sandbox shared between the tamarin-prover its custom libraries.
Expand Down

0 comments on commit f898f82

Please sign in to comment.