Skip to content
Snippets Groups Projects
Commit 10db208c authored by Ralf Jung's avatar Ralf Jung
Browse files

Partially revert "add target html and gallinahtml"

This partially reverts 2bf11f4f.  There is no need to add new Makefile targets as the Makefile already forwards all targets to Makefile.coq.
parent c1473ea9
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -36,12 +36,6 @@ build-dep:
opam install opam-builddep-temp --deps-only $(YFLAG)
opam pin remove opam-builddep-temp
html: Makefile.coq
+@make -f Makefile.coq html
gallinahtml: Makefile.coq
+@make -f Makefile.coq gallinahtml
# Some files that do *not* need to be forwarded to Makefile.coq
Makefile: ;
_CoqProject: ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment