Skip to content

Commit

Permalink
src/coq_elpi_builtins_HOAS.ml: document regeneration command inline
Browse files Browse the repository at this point in the history
  • Loading branch information
Blaisorblade committed Mar 5, 2023
1 parent 9d523ab commit 80b8320
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 @@ -99,6 +99,7 @@ Makefile.examples.coq Makefile.examples.coq.conf: _CoqProject.examples
@$(COQBIN)/coq_makefile -f _CoqProject.examples -o Makefile.examples.coq
src/coq_elpi_builtins_HOAS.ml: elpi/coq-HOAS.elpi Makefile.coq.local
echo "(* Automatically generated from $<, don't edit *)" > $@
echo "(* Regenerate via 'make $@' *)" >> $@
echo "let code = {|" >> $@
cat $< >> $@
echo "|}" >> $@
Expand Down

0 comments on commit 80b8320

Please sign in to comment.