diff options
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 |
