diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-11-06 21:54:43 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-11-06 21:54:43 -0800 |
commit | ebb36b078f9276372d04c1b6993fe4fa42d74d66 (patch) | |
tree | 03bd04d13014c7837cf5e41e75cab6a692aa9cc6 | |
parent | 471a814b81f2ac4340b60fcc49e9ff0c895a9f52 (diff) |
Removed unnecessary dependency in Makefile.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ SPECVERSION=$(shell grep version: $(SPEC) | sed -e 's/version: *//') .PHONY: all spec leakcheck clean fuzztest dingus upload jshint test testjs benchjs update-site upload-site -all: $(SRCDIR)/case_fold_switch.inc $(PROG) libcmark.so +all: $(PROG) libcmark.so README.html: README.md template.html pandoc --template template.html -S -s -t html5 -o $@ $< |