diff options
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 d288391..1959b4b 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -1,5 +1,5 @@ # Uncomment following to enable debug mode: -# DEBUG = yes +DEBUG = yes CC = g++ EXAMPLES = plain_to_html |