cmark

My personal build of CMark ✏️

Commit
c1a26363d888754043bf274558834d47a8ce6419
Parent
b374344fff06f20fa5d06d8887b8233a4f93f388
Author
John MacFarlane <jgm@berkeley.edu>
Date

'make' now prints message about where to find binaries.

See #231.

Diffstat

1 file changed, 1 insertion, 0 deletions

Status File Name N° Changes Insertions Deletions
Modified Makefile 1 1 0
diff --git a/Makefile b/Makefile
@@ -23,6 +23,7 @@ JSMODULES=$(wildcard js/lib/*.js)
 
 all: $(BUILDDIR)
 	@make -C $(BUILDDIR)
+	@echo "Binaries can be found in $(BUILDDIR)/src"
 
 check:
 	@cmake --version > /dev/null || (echo "You need cmake to build this program: http://www.cmake.org/download/" && exit 1)