aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2017-01-22 20:24:20 -0500
committerGravatar Jason Gross <jgross@mit.edu>2017-01-22 20:24:20 -0500
commitfdfeacfad0bba085cb4addd8629ac66a59f123ad (patch)
tree3cb42c7f684ca69c6766fc543409bb14680a26ba /Makefile
parent151b332687fc09496a026481d8ec4fd764b832f2 (diff)
Don't remake .v.d. files in clean-coqprime
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ab274892a..69fea5af6 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ HIDE := $(if $(VERBOSE),,@)
SORT_COQPROJECT = sed 's,[^/]*/,~&,g' | env LC_COLLATE=C sort | sed 's,~,,g'
-FAST_TARGETS += archclean clean cleanall printenv clean-old update-_CoqProject Makefile.coq
+FAST_TARGETS += archclean clean cleanall clean-coqprime printenv clean-old update-_CoqProject Makefile.coq
SUPER_FAST_TARGETS += update-_CoqProject Makefile.coq
COQ_VERSION_PREFIX = The Coq Proof Assistant, version