summaryrefslogtreecommitdiff
path: root/data/Makefile
diff options
context:
space:
mode:
authorPeter Colberg <peter@colberg.org>2015-10-30 14:56:03 -0400
committerPeter Colberg <peter@colberg.org>2015-10-30 14:56:03 -0400
commit8f522ad8e73a493dee1a02eaa418dd2b3c1334f7 (patch)
tree2825e3b63adb1fadce563a5de25ec545c302e47a /data/Makefile
parentf67f1a72f7bbaac8dbf08a183193ac82641cd34b (diff)
downloadlibutf8proc-8f522ad8e73a493dee1a02eaa418dd2b3c1334f7.tar.gz
libutf8proc-8f522ad8e73a493dee1a02eaa418dd2b3c1334f7.tar.bz2
Add missing files to `make clean`
Diffstat (limited to 'data/Makefile')
-rw-r--r--data/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/data/Makefile b/data/Makefile
index 37bdd74..3e2f493 100644
--- a/data/Makefile
+++ b/data/Makefile
@@ -59,4 +59,5 @@ GraphemeBreakTest.txt:
$(CURL) $(CURLFLAGS) $(URLCACHE)http://www.unicode.org/Public/UCD/latest/ucd/auxiliary/GraphemeBreakTest.txt | $(PERL) -pe 's,÷,/,g;s,×,+,g' > $@
clean:
- rm -f UnicodeData.txt EastAsianWidth.txt DerivedCoreProperties.txt CompositionExclusions.txt CaseFolding.txt NormalizationTest.txt GraphemeBreakTest.txt CharWidths.txt unifont*.ttf unifont*.sfd
+ rm -f UnicodeData.txt EastAsianWidth.txt GraphemeBreakProperty.txt DerivedCoreProperties.txt CompositionExclusions.txt CaseFolding.txt NormalizationTest.txt GraphemeBreakTest.txt CharWidths.txt unifont*.ttf unifont*.sfd
+ rm -f utf8proc_data.c.new