diff options
Diffstat (limited to 'examples')
-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' |