Skip to content

Commit

Permalink
More $(COQBIN) in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross committed Jul 16, 2016
1 parent ef9ffd9 commit 6ec9486
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -20,13 +20,13 @@ init:
universes: universes.txt

universes.txt: coq tests/universes.v
coqc `grep '\-Q' _CoqProject` `grep '\-I' _CoqProject` tests/universes
$(COQBIN)coqc `grep '\-Q' _CoqProject` `grep '\-I' _CoqProject` tests/universes

check-imports:
./tools/opt-import.py -p _CoqProject

deps.pdf:
@ coqdep -dumpgraph deps.dot `sed '/COQLIB/d' _CoqProject` > /dev/null
@ $(COQBIN)coqdep -dumpgraph deps.dot `sed '/COQLIB/d' _CoqProject` > /dev/null
@ sed -i '/ext-lib/d' deps.dot
@ dot -Tpdf deps.dot -o deps.pdf

Expand Down

0 comments on commit 6ec9486

Please sign in to comment.