summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorXavier Mendez <jmendeth@gmail.com>2014-02-06 19:40:41 +0100
committerXavier Mendez <jmendeth@gmail.com>2014-02-06 19:40:41 +0100
commit419422bd9ae09b71fbf662822c9071c877c7bd36 (patch)
tree11bd165c9027ac1ce988b541e7510755d04b8810 /Makefile
parent234354e4ad2155795fd431c9a96660f8a35bfb50 (diff)
downloadrust-hoedown-419422bd9ae09b71fbf662822c9071c877c7bd36.tar.gz
api_v3: document: begin by renaming pertinent files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0d5801f..172cf08 100644
--- a/Makefile
+++ b/Makefile
@@ -7,11 +7,11 @@ endif
HOEDOWN_SRC=\
src/autolink.o \
src/buffer.o \
+ src/document.o \
src/escape.o \
src/html.o \
src/html_blocks.o \
src/html_smartypants.o \
- src/markdown.o \
src/stack.o
.PHONY: all test test-pl clean