- Commit
- 4467216e9fbf9eaa94ac4178b2400dc481c57ba0
- Parent
- 34840a77d3cb48d2d7490b7cce95d7cdd66cc510
- Author
- John MacFarlane <jgm@berkeley.edu>
- Date
Fixed bug in install target.
My personal build of CMark ✏️
Fixed bug in install target.
1 file changed, 1 insertion, 1 deletion
Status | File Name | N° Changes | Insertions | Deletions |
Modified | Makefile | 2 | 1 | 1 |
diff --git a/Makefile b/Makefile @@ -25,7 +25,7 @@ $(BUILDDIR): check cmake .. -DCMAKE_BUILD_TYPE=$(BUILD_TYPE) install: $(BUILDDIR) man/man1/cmark.1 - make -p $(BUILDDIR) --target install + make -C $(BUILDDIR) install debug: mkdir -p $(BUILDDIR); \