Skip to content

Commit

Permalink
install .v files alongside .vo files (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross authored Oct 21, 2024
1 parent 96e86f2 commit 29dfd42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ ifeq ($(INSTALL_COQDEV),true)
set -e; \
install -d $(DESTDIR)$(COQDEVDIR)/$$d; \
install -m 0644 $$d/*.vo $(DESTDIR)$(COQDEVDIR)/$$d/; \
install -m 0644 $$d/*.v $(DESTDIR)$(COQDEVDIR)/$$d/; \
if test -d $$d/.coq-native; then \
install -d $(DESTDIR)$(COQDEVDIR)/$$d/.coq-native; \
install -m 0644 $$d/.coq-native/* $(DESTDIR)$(COQDEVDIR)/$$d/.coq-native/; \
Expand Down

0 comments on commit 29dfd42

Please sign in to comment.