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 1959b4b..69f383c 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -2,7 +2,7 @@
DEBUG = yes
CC = g++
-EXAMPLES = plain_to_html
+EXAMPLES = plain lines
CPPFLAGS = -Wall -ansi
ifeq '$(DEBUG)' 'yes'