aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2017-01-09 10:03:48 -0500
committerGravatar Jason Gross <jgross@mit.edu>2017-01-09 10:03:48 -0500
commitc4dbf0a6214dfdd4cdc060fd929a667e82a96c5b (patch)
treeecfbc0f22f1f632610709585a552525a6668ed8f /Makefile
parent2be07ddb13ef6f1c613d2ff2676ab73f12dcd576 (diff)
Update list of .PHONY targets
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 58b0614cb..ab274892a 100644
--- a/Makefile
+++ b/Makefile
@@ -13,6 +13,7 @@ HIDE := $(if $(VERBOSE),,@)
.PHONY: coq clean update-_CoqProject cleanall install \
install-coqprime clean-coqprime coqprime \
specific non-specific \
+ small-specific-gen medium-specific-gen specific-gen \
extraction ghc
SORT_COQPROJECT = sed 's,[^/]*/,~&,g' | env LC_COLLATE=C sort | sed 's,~,,g'