Skip to content
Snippets Groups Projects
Commit e374f84c authored by Ralf Jung's avatar Ralf Jung
Browse files

actually no need to set COQBIN default, it turns out

parent 86aa5812
No related branches found
No related tags found
No related merge requests found
ifeq "$(COQBIN)" ""
COQBIN=$(dir $(shell which coqtop))/
endif
# Forward most targets to Coq makefile (with some trick to make this phony)
%: Makefile.coq phony
+@make -f Makefile.coq $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment