diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-06-16 14:50:27 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-06-16 14:50:27 -0700 |
commit | 8418191a26b970c32c0396bf3580c0c7a374fb35 (patch) | |
tree | cf000bce51e173288e71775f78a1a1ba47b8d388 | |
parent | e113185554c4d775e6fca0596011b405fa1700a5 (diff) |
Revert "Rebuild src/entities.h when the generating python program changes."
This reverts commit e113185554c4d775e6fca0596011b405fa1700a5.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: src/entities.h cmake_build man/man3/cmark.3 +all: cmake_build man/man3/cmark.3 $(CMARK): cmake_build |