Skip to content

Commit c06ed32

Browse files
add spoiler.c to cmake config and fix tests
1 parent 374cffd commit c06ed32

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ mingw:
101101
cmake .. -DCMAKE_TOOLCHAIN_FILE=../toolchain-mingw32.cmake -DCMAKE_INSTALL_PREFIX=$(MINGW_INSTALLDIR) ;\
102102
$(MAKE) && $(MAKE) install
103103

104-
man/man3/cmark-gfm.3: src/cmark-gfm.h | $(CMARK)
104+
man/man3/cmark-gfm.3: src/include/cmark-gfm.h | $(CMARK)
105105
python man/make_man_page.py $< > $@ \
106106

107107
archive:

extensions/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ set(LIBRARY_SOURCES
1111
ext_scanners.re
1212
ext_scanners.h
1313
tasklist.c
14+
spoiler.c
1415
)
1516

1617
include_directories(

0 commit comments

Comments
 (0)