Skip to content

Commit

Permalink
add install-plugins target in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
yforster committed Nov 1, 2023
1 parent eaf372c commit 8f41057
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,16 @@ erasure: safechecker template-pcuic
erasure-plugin: erasure template-pcuic
$(MAKE) -C erasure-plugin

install-plugins: erasure-plugin safechecker-plugin
$(MAKE) -C utils install
$(MAKE) -C common install
$(MAKE) -C template-coq install
$(MAKE) -C pcuic install
$(MAKE) -C template-pcuic install
$(MAKE) -C erasure install
$(MAKE) -C safechecker-plugin install
$(MAKE) -C erasure-plugin install

examples: safechecker-plugin erasure-plugin
$(MAKE) -C examples

Expand Down

0 comments on commit 8f41057

Please sign in to comment.