diff options
author | Aleksey Veresov <aleksey@veresov.pro> | 2019-10-04 16:35:57 +0300 |
---|---|---|
committer | Aleksey Veresov <aleksey@veresov.pro> | 2019-10-04 16:35:57 +0300 |
commit | 77f503bd6db90bd882e389ea977f02a2773e14f2 (patch) | |
tree | c6aa2a7410744c640c530016f4f65746a1ee5ac5 /example/makefile | |
parent | 5dd4f05089608a66c435d6be36d4bc93dc425986 (diff) | |
download | texo-77f503bd6db90bd882e389ea977f02a2773e14f2.tar texo-77f503bd6db90bd882e389ea977f02a2773e14f2.tar.xz texo-77f503bd6db90bd882e389ea977f02a2773e14f2.zip |
Semi-working html. =)
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' |