summaryrefslogtreecommitdiff
path: root/examples/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile2
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'