diff options
| author | Brian Campbell | 2018-05-24 15:32:11 +0100 |
|---|---|---|
| committer | Brian Campbell | 2018-05-24 16:10:48 +0100 |
| commit | 548acb419742ac3b584da4d6e410cac8a049812b (patch) | |
| tree | 8545af12e259da02f60607e6013e23ff354ca912 /lib | |
| parent | e7f79852533eeca59947a20ea63f1058c390bde3 (diff) | |
Help launch coqide
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/coq/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/coq/Makefile b/lib/coq/Makefile index b8bafbab..d974b692 100644 --- a/lib/coq/Makefile +++ b/lib/coq/Makefile @@ -6,7 +6,7 @@ COQ_LIBS = -R . Sail -R "$(BBV_DIR)" bbv TARGETS=$(SRC:.v=.vo) -.PHONY: all clean +.PHONY: all clean *.ide all: $(TARGETS) clean: @@ -15,6 +15,9 @@ clean: %.vo: %.v coqc $(COQ_LIBS) $< +%.ide: %.v + coqide $(COQ_LIBS) $< + deps: $(SRC) coqdep $(COQ_LIBS) $(SRC) > deps |
