diff options
Diffstat (limited to 'GNUmakefile')
| -rw-r--r-- | GNUmakefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index ba9f396..64dcd38 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -57,6 +57,9 @@ images: check: @grep ^STARTCHAR gallant.src | sort -c +README.html: README.md + comrak --gfm --syntax-highlighting base16-ocean.light $^ > $@ + # FreeBSD: Libs and <uniname.h> are in devel/libunistring CC = cc -std=c99 APP_WARNS += -Werror |
