- Commit
- 4a822d089d45ae495a1e0763dcdc018e8035d3cf
- Parent
- a96212d2e7dcc693c0511f5a83ec2c97830bb237
- Author
- John MacFarlane <jgm@berkeley.edu>
- Date
Removed obsolete PACKAGEDIR in Makefile.
My personal build of CMark ✏️
Removed obsolete PACKAGEDIR in Makefile.
1 file changed, 1 insertion, 2 deletions
Status | File Name | N° Changes | Insertions | Deletions |
Modified | Makefile | 3 | 1 | 2 |
diff --git 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.