aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2018-10-02 14:19:14 +0200
committerEmilio Jesus Gallego Arias2018-10-02 14:19:14 +0200
commit0806acf4d85a0b3719f447c92c63771ad7cd4e89 (patch)
tree0b43045d3fe8741c3f20dcb25fa5ddacc009b9a4
parent5424ad236574e22a7ef2dce0d1d9468a9b768a16 (diff)
[dune] Fix PHONY target in Dune's helper makefile.
-rw-r--r--Makefile.dune2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.dune b/Makefile.dune
index 1e401a57b9..d8e4f3aee0 100644
--- a/Makefile.dune
+++ b/Makefile.dune
@@ -1,7 +1,7 @@
# -*- mode: makefile -*-
# Dune Makefile for Coq
-.PHONY: help voboot states world apidoc
+.PHONY: help voboot states world watch release apidoc clean
# use DUNEOPT=--display=short for a more verbose build
# DUNEOPT=--display=short