Add SepCancel to 'lib' target

This commit is contained in:
Adam Chlipala 2016-04-19 14:29:02 -04:00
parent e1844abf25
commit 68b01b1047

View file

@ -13,7 +13,7 @@ coq: Makefile.coq
$(MAKE) -f Makefile.coq $(MAKE) -f Makefile.coq
lib: Makefile.coq lib: Makefile.coq
$(MAKE) -f Makefile.coq Frap.vo AbstractInterpret.vo $(MAKE) -f Makefile.coq Frap.vo AbstractInterpret.vo SepCancel.vo
Makefile.coq: Makefile _CoqProject *.v Makefile.coq: Makefile _CoqProject *.v
coq_makefile -f _CoqProject -o Makefile.coq coq_makefile -f _CoqProject -o Makefile.coq