Skip to content

Commit

Permalink
install now does install-all so as to keep bedrock2 working
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross authored Mar 7, 2024
1 parent 2075621 commit 2e034d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ install-all:: Makefile.coq.all
install-spec:: Makefile.coq.spec
$(MAKE) -f Makefile.coq.spec install

install:: install-spec
install:: install-all

# converting from Haskell using hs-to-coq:

Expand Down

0 comments on commit 2e034d3

Please sign in to comment.