about summary refs log blame commit diff
path: root/clean.mk
blob: f45d578aa4b68d0d8fe884992badffbd3be5a724 (plain) (tree)
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