summaryrefslogtreecommitdiff
path: root/Makefile.nmake
AgeCommit message (Collapse)Author
2015-10-09Makefile.nmake: be more robust when cmake is missing.John MacFarlane
Previously, when cmake was missing, the build dir would be created anyway, and subsequent attempts (even with cmake) would fail, because cmake would not be run. Depending on build/CMakeFiles is more robust -- this won't be created unless cmake is run. Partially addresses #85.
2015-04-26Makefile.nmake fixes.John MacFarlane
Removed echo, pushd, popd.
2015-04-26Fixed spec location in Makefile.nmake.John MacFarlane
2015-01-11Added cmark.3 man page to repository and archive.John MacFarlane
It simplifies the build if python and the cmark library aren't needed to build the man page. The top level Makefile has a rule to regenerate this when src/cmark.h changes. Updated Makefile.nmake for recent changes. Added case folding data file to archive, since otherwise make fails.
2014-11-24Run nmake test with /nologoNick Wellnhofer
2014-11-18Added python version of test runner.John MacFarlane
This tests the dynamic library when run without a second argument. The code makes use of an amended version of the normalization method from karlcow/markdown-testsuite. Closes #161.
2014-11-16Add Makefile and wrapper for nmakeNick Wellnhofer