From 3e6230d9bf309f9628b718bce9f34c69c78ec5c4 Mon Sep 17 00:00:00 2001 From: "Steven G. Johnson" Date: Fri, 27 Apr 2018 09:30:37 -0400 Subject: fix make clean --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3