diff options
Diffstat (limited to 'example/makefile')
-rw-r--r-- | example/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/makefile b/example/makefile index 5255f5b..39d4db7 100644 --- a/example/makefile +++ b/example/makefile @@ -2,7 +2,7 @@ # DEBUG = yes CC = g++ -EXAMPLES = plain_to_html +EXAMPLES = plain_to_html filter_html CFLAGS = -Wall ifeq '$(DEBUG)' 'yes' |