mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 00:38:24 -05:00
build: lib.rules: Add common-clean
During the build reshuffling, I missed this, so doing 'make clean' in a certain src/lib folder doesn't clean up everything anymore. Fix that. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
parent
d34b33451c
commit
d68c0dd4d4
@ -25,5 +25,5 @@ install-default:
|
|||||||
%: %-default
|
%: %-default
|
||||||
@true
|
@true
|
||||||
|
|
||||||
clean:
|
clean: common-clean
|
||||||
$(Q)rm -f *~ *.o *.d *.gcno *.gcda *.gcov $(ALL)
|
$(Q)rm -f *~ *.o *.d *.gcno *.gcda *.gcov $(ALL)
|
||||||
|
Loading…
Reference in New Issue
Block a user