Skip to content

Commit

Permalink
attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
gares authored Dec 14, 2024
1 parent 0fc3f06 commit 7a70270
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 @@ -6,7 +6,7 @@ elpi/dune: elpi/dune.in
@if $$(coqc --version | grep -q "8.19\|8.20") ; then \
sed -e 's/@@STDLIB_THEORY@@//' $< >> $@ ; \
else \
sed -e 's/@@STDLIB_THEORY@@/(theories Stdlib)/' $< >> $@ ; \
sed -e 's/@@STDLIB_THEORY@@//' $< >> $@ ; \
fi
@chmod a-w $@

Expand Down

0 comments on commit 7a70270

Please sign in to comment.