fix make clean

This commit is contained in:
Steven G. Johnson 2018-04-27 09:30:37 -04:00
parent ba042cf728
commit 3e6230d9bf

View File

@ -48,7 +48,7 @@ clean:
ifneq ($(OS),Darwin) ifneq ($(OS),Darwin)
rm -f libutf8proc.so.$(MAJOR) rm -f libutf8proc.so.$(MAJOR)
endif 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 rm -rf MANIFEST.new tmp
$(MAKE) -C bench clean $(MAKE) -C bench clean
$(MAKE) -C data clean $(MAKE) -C data clean