summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSteven G. Johnson <stevenj@mit.edu>2014-07-18 14:28:17 -0400
committerSteven G. Johnson <stevenj@mit.edu>2014-07-18 14:28:17 -0400
commit2c4e520a1773a85f346dc3f5361c10bcbeb290e0 (patch)
tree407b26c7793c3706a050713a6753486b8b2aff22 /Makefile
parent8c36e8bc9f07558455477dec67f1276edc72da27 (diff)
downloadlibutf8proc-2c4e520a1773a85f346dc3f5361c10bcbeb290e0.tar.gz
libutf8proc-2c4e520a1773a85f346dc3f5361c10bcbeb290e0.tar.bz2
utf8proc.h -> mojibake.h (closes #10)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a9d1aaa..9cbe8ca 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ CaseFolding.txt:
$(CURL) -O http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
-utf8proc.o: utf8proc.h utf8proc.c utf8proc_data.c
+utf8proc.o: mojibake.h utf8proc.c utf8proc_data.c
$(cc) -c -o utf8proc.o utf8proc.c
libmojibake.a: utf8proc.o