make clean common directory

This commit is contained in:
Michael Ossmann
2012-06-07 08:18:54 -06:00
parent bcd5b36161
commit 442cd1db95

View File

@ -108,6 +108,9 @@ clean:
$(Q)rm -f *.list
$(Q)rm -f *.map
$(Q)rm -f *.lst
$(Q)rm -f ../common/*.o
$(Q)rm -f ../common/*.d
$(Q)rm -f ../common/*.lst
.PHONY: images clean