summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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