From: Steven G. Johnson Date: Fri, 27 Apr 2018 13:30:37 +0000 (-0400) Subject: fix make clean X-Git-Tag: archive/raspbian/2.11.3-2+rpi1^2~10^2~1^2~121 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3e6230d9bf309f9628b718bce9f34c69c78ec5c4;p=utf8proc.git fix make clean --- 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