Skip to content

Commit 5390465

Browse files
committed
Makefile: replace coqc by rocq compile
1 parent abf12e1 commit 5390465

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -311,10 +311,10 @@ ifneq ($(INCLUDE_VO_MK),1)
311311
touch .finished
312312
endif
313313

314-
COQC_OPTIONS = -q -no-glob
314+
ROCQ_OPTIONS = -q -no-glob
315315
%.vo: %.v
316-
@echo coqc $<
317-
@coqc $(COQC_OPTIONS) -R . $(ROOT_PATH) $<
316+
@echo rocq $<
317+
@rocq compile $(ROCQ_OPTIONS) -R . $(ROOT_PATH) $<
318318

319319
.PHONY: clean-vo
320320
clean-vo: rm-vo rm-glob rm-aux rm-cache

0 commit comments

Comments
 (0)