summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-06-16 14:13:53 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-06-16 14:25:41 -0700
commite113185554c4d775e6fca0596011b405fa1700a5 (patch)
tree076d17029ea3cfddd7141eb9cc6aa370fec92b62 /Makefile
parent76ed9a65b03b2477628c0bf72855cc4686642574 (diff)
Rebuild src/entities.h when the generating python program changes.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 10d4e98..6b1c6ac 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ INSTALL_PREFIX?=/usr/local
.PHONY: all cmake_build spec leakcheck clean fuzztest dingus upload test update-site upload-site debug ubsan asan mingw archive bench astyle update-spec afl
-all: cmake_build man/man3/cmark.3
+all: src/entities.h cmake_build man/man3/cmark.3
$(CMARK): cmake_build