This commit is contained in:
Thomas Baruchel 2023-01-04 17:11:11 +01:00
parent 3c38a2dfd9
commit 1c49274659
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ all: $(objects)
$(output)/%.html: $(source)/%.v
coqc $<
coqdoc --html --no-index -d ./html/ $<
scp $@ baruchel@sdf.org:public_html/coqbooks/
.PHONY : clean