ref: 22a06a181850301a4d122f5fa4408b2a29cb0016
parent: 78da203b42b5084a7664e8773f418a4730184d53
author: Mura Li <[email protected]>
date: Tue Nov 28 10:20:45 EST 2017
Do not leave out *.o and *.use after 'make -C test/ clean'
--- a/test/Makefile
+++ b/test/Makefile
@@ -12,8 +12,8 @@
.PHONY: clean install
clean:
@for i in `awk '/^[A-Z]/{print $$2}' tests`; do \
- echo rm -f $$i; \
- rm -f $$i; \
+ echo rm -f $$i{,.o,.use}; \
+ rm -f $$i{,.o,.use}; \
done
install: