From e113185554c4d775e6fca0596011b405fa1700a5 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 16 Jun 2015 14:13:53 -0700 Subject: Rebuild src/entities.h when the generating python program changes. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3