summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-11-06 21:54:43 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2014-11-06 21:54:43 -0800
commitebb36b078f9276372d04c1b6993fe4fa42d74d66 (patch)
tree03bd04d13014c7837cf5e41e75cab6a692aa9cc6 /Makefile
parent471a814b81f2ac4340b60fcc49e9ff0c895a9f52 (diff)
Removed unnecessary dependency in Makefile.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 472a4b9..6322a6f 100644
--- a/Makefile
+++ b/Makefile
@@ -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 $@ $<