We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 374cffd commit c06ed32Copy full SHA for c06ed32
Makefile
@@ -101,7 +101,7 @@ mingw:
101
cmake .. -DCMAKE_TOOLCHAIN_FILE=../toolchain-mingw32.cmake -DCMAKE_INSTALL_PREFIX=$(MINGW_INSTALLDIR) ;\
102
$(MAKE) && $(MAKE) install
103
104
-man/man3/cmark-gfm.3: src/cmark-gfm.h | $(CMARK)
+man/man3/cmark-gfm.3: src/include/cmark-gfm.h | $(CMARK)
105
python man/make_man_page.py $< > $@ \
106
107
archive:
extensions/CMakeLists.txt
@@ -11,6 +11,7 @@ set(LIBRARY_SOURCES
11
ext_scanners.re
12
ext_scanners.h
13
tasklist.c
14
+ spoiler.c
15
)
16
17
include_directories(
0 commit comments