mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-11-28 09:23:04 +03:00
parent
ae219c2e90
commit
193e6595ff
6
Makefile
6
Makefile
@ -61,8 +61,10 @@ ${CS}:
|
||||
${CS_BIN}/alex: | ${CS}
|
||||
$(CABAL) install alex
|
||||
|
||||
# order-only dependency: we just want the sandbox to exist
|
||||
${CS_BIN}/happy: | ${CS}
|
||||
# order-only dependency: we just want the sandbox to exist. Dependency
|
||||
# on alex so that `make -j` doesn't try running simultaneous installs
|
||||
# in the same sandbox
|
||||
${CS_BIN}/happy: | ${CS} ${CS_BIN}/alex
|
||||
$(CABAL) install happy
|
||||
|
||||
src/GitRev.hs:
|
||||
|
Loading…
Reference in New Issue
Block a user