Skip to content

Commit

Permalink
Add SepCancel to 'lib' target
Browse files Browse the repository at this point in the history
  • Loading branch information
achlipala committed Apr 19, 2016
1 parent e1844ab commit 68b01b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 68b01b1

Please sign in to comment.