diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Makefile.clean | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/Makefile.clean b/scripts/Makefile.clean index 1bca180..af03c57 100644 --- a/scripts/Makefile.clean +++ b/scripts/Makefile.clean @@ -71,9 +71,6 @@ endif ifneq ($(strip $(__clean-dirs)),) +$(call cmd,cleandir) endif -ifneq ($(strip $(clean-rule)),) - +$(clean-rule) -endif @: |