summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVicent Marti <tanoku@gmail.com>2011-06-11 16:16:07 +0200
committerVicent Marti <tanoku@gmail.com>2011-06-11 16:17:51 +0200
commitcf5cb52ae9b39b688ad9a0098111b3e1b0cd80a9 (patch)
treed19566a7aad1c35bb6a1444f57733f1abd5cef62 /Makefile
parentaf491aad94f4878aac87c04c0976d3a17bfd732b (diff)
downloadrust-hoedown-cf5cb52ae9b39b688ad9a0098111b3e1b0cd80a9.tar.gz
Remove `html_autolink.c`
This file has been moved to Rinku
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fc7e180..d8cbb88 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ all: libupskirt.so upskirt smartypants
libupskirt.so: libupskirt.so.1
ln -f -s $^ $@
-libupskirt.so.1: src/markdown.o src/array.o src/buffer.o src/autolink.o html/html.o html/html_smartypants.o html/html_autolink.o
+libupskirt.so.1: src/markdown.o src/array.o src/buffer.o src/autolink.o html/html.o html/html_smartypants.o
$(CC) $(LDFLAGS) -shared -Wl $^ -o $@
# executables