Skip to content

Commit

Permalink
Uninstall make target no longer depends on all (AU-COBRA#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
4ever2 authored Mar 10, 2023
1 parent 1982d9a commit 81d0983
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,12 @@ install: all
+make -C extraction install
.PHONY: install

uninstall: all
uninstall:
+make -C utils uninstall
+make -C execution uninstall
+make -C embedding uninstall
+make -C typed-extraction uninstall
+make -C extraction uninstall
.PHONY: uninstall

test-extraction:
+make -C extraction test-extraction
Expand Down Expand Up @@ -151,6 +150,7 @@ html: all
-R examples/boardroomVoting ConCert.Examples.BoardroomVoting \
-R examples/counter ConCert.Examples.Counter \
-R examples/crowdfunding ConCert.Examples.Crowdfunding \
-R examples/piggybank ConCert.Examples.PiggyBank \
-d docs `find . -type f \( -wholename "*theories/*" -o -wholename "*examples/*" -o -wholename "*extraction/*" -o -wholename "*test/*" \) -name "*.v" ! -name "AllTests.v" ! -wholename "./_opam/*"`
cp extra/resources/coqdocjs/*.js docs
cp extra/resources/coqdocjs/*.css docs
Expand Down

0 comments on commit 81d0983

Please sign in to comment.