summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-01-24 20:30:46 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-01-24 20:30:46 -0800
commit4a822d089d45ae495a1e0763dcdc018e8035d3cf (patch)
treead537f690c2a378397fad76a95bbe64a15733a5c /Makefile
parenta96212d2e7dcc693c0511f5a83ec2c97830bb237 (diff)
Removed obsolete PACKAGEDIR in Makefile.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 47ff111..62b0023 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,6 @@ MINGW_INSTALLDIR?=windows
SPEC=spec.txt
SITE=_site
SPECVERSION=$(shell perl -ne 'print $$1 if /^version: *([0-9.]+)/' $(SPEC))
-PKGDIR?=cmark-$(SPECVERSION)
FUZZCHARS?=2000000 # for fuzztest
BENCHDIR=bench
BENCHFILE=$(BENCHDIR)/benchinput.md
@@ -62,7 +61,7 @@ archive:
git archive --prefix=$(RELEASE)/ -o $(RELEASE).zip HEAD
clean:
- rm -rf $(BUILDDIR) $(MINGW_BUILDDIR) $(MINGW_INSTALLDIR) $(PKGDIR)
+ rm -rf $(BUILDDIR) $(MINGW_BUILDDIR) $(MINGW_INSTALLDIR)
# We include html_unescape.h in the repository, so this shouldn't
# normally need to be generated.