From: Aaron Taylor Date: Fri, 30 Apr 2021 08:09:34 +0000 (-0700) Subject: Minor change to Makfile target 'clean' to catch missed file. X-Git-Tag: first-build~17 X-Git-Url: https://git.subgeniuskitty.com/xeon-phi-kernel-module/.git/commitdiff_plain/de748b13fc96181d0c3ae48a1f3648d112c0521f Minor change to Makfile target 'clean' to catch missed file. --- diff --git a/Makefile b/Makefile index 5c7a6a8..8b7f605 100644 --- a/Makefile +++ b/Makefile @@ -107,6 +107,6 @@ kdev_install: clean: @rm -f ./*/*.o ./*/.*.o - @rm -f ./*/*.o.d ./*/.*.o.d + @rm -f ./*/*.o.d ./*/.*.o.d ./*/*/.*.o.d @rm -f ./*/*.o.cmd ./*/.*.o.cmd @rm -f ./modules.order