about summary refs log tree commit diff
path: root/mk/clean.mk
blob: 3287ac87323999899d8e750612a3a454b207a51a (plain) (blame)
1
2
3
4
5
6
7
clean_files :=

clean:
	rm -fv $(clean_files)

dryclean:
	@echo $(clean_files)