49a385096e08
ca73c0102fc6 ^
e81b82a2cf0c ^
1 2 3
4
5 6
7
clean_files := clean: $(suppress) rm -fv -- $(clean_files) dryclean: @for i in $(clean_files); do if [ -e $$i ]; then echo $$i; fi; done | sort