summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven G. Johnson <stevenj@alum.mit.edu>2018-04-27 09:30:37 -0400
committerSteven G. Johnson <stevenj@alum.mit.edu>2018-04-27 09:30:37 -0400
commit3e6230d9bf309f9628b718bce9f34c69c78ec5c4 (patch)
treea9fad83d7ab2a36b35ce13d020807c7a29ce5e9c
parentba042cf728bd825d8136203ee2340686b37b3e95 (diff)
downloadlibutf8proc-3e6230d9bf309f9628b718bce9f34c69c78ec5c4.tar.gz
libutf8proc-3e6230d9bf309f9628b718bce9f34c69c78ec5c4.tar.bz2
fix make clean
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9a0cb51..29aa99b 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,7 @@ clean:
ifneq ($(OS),Darwin)
rm -f libutf8proc.so.$(MAJOR)
endif
- rm -f test/tests.o test/normtest test/graphemetest test/printproperty test/charwidth test/valid test/iterate test/case test/custom
+ rm -f test/tests.o test/normtest test/graphemetest test/printproperty test/charwidth test/valid test/iterate test/case test/custom test/misc
rm -rf MANIFEST.new tmp
$(MAKE) -C bench clean
$(MAKE) -C data clean