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

Merge branch 'master' into new_lifetime_logic

parents 509d8832 565f115a
No related branches found
No related tags found
No related merge requests found
# Makefile originally taken from coq-club
%: Makefile.coq phony
+@make -f Makefile.coq $@
......@@ -16,7 +13,7 @@ Makefile.coq: _CoqProject Makefile
iris-local: clean
git submodule update --init iris
ln -s iris iris-enabled
ln -nsf iris iris-enabled
+make -C iris -f Makefile
iris-system: clean
......
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