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

fix makefile

parent e0b972d7
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,10 @@ build-dep:
opam pin add coq-lambda-rust "$$(pwd)#HEAD" -k git -y -n
opam install coq-lambda-rust --deps-only -y
# some fiels that do *not* need to be forwarded to Makefile.coq
Makefile: ;
_CoqProject: ;
# Phony targets (i.e. targets that should be run no matter the timestamps of the involved files)
phony: ;
.PHONY: all clean phony
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