mirror of
https://github.com/achlipala/frap.git
synced 2024-11-10 00:07:51 +00:00
Add SepCancel to 'lib' target
This commit is contained in:
parent
e1844abf25
commit
68b01b1047
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -13,7 +13,7 @@ coq: Makefile.coq
|
|||
$(MAKE) -f 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
|
||||
coq_makefile -f _CoqProject -o Makefile.coq
|
||||
|
|
Loading…
Reference in a new issue