diff options
author | Aleksey Veresov <aleksey@veresov.pro> | 2019-10-30 19:18:42 +0300 |
---|---|---|
committer | Aleksey Veresov <aleksey@veresov.pro> | 2019-10-30 19:18:42 +0300 |
commit | 7f8d501b15fbe882f6e6b67cb1eae96a2e655748 (patch) | |
tree | 6ca3b75ed35cb94e287c813c9abcad6b76c9e93f /examples/Makefile | |
parent | 3b13f7ac20875df55e02d5e407c4c3cbab3f159c (diff) | |
download | texo-7f8d501b15fbe882f6e6b67cb1eae96a2e655748.tar texo-7f8d501b15fbe882f6e6b67cb1eae96a2e655748.tar.xz texo-7f8d501b15fbe882f6e6b67cb1eae96a2e655748.zip |
Markdown semi-working. =)
Diffstat (limited to 'examples/Makefile')
-rw-r--r-- | examples/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile index 69f383c..7d9937c 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -2,7 +2,7 @@ DEBUG = yes CC = g++ -EXAMPLES = plain lines +EXAMPLES = plain lines markdown CPPFLAGS = -Wall -ansi ifeq '$(DEBUG)' 'yes' |