diff options
-rw-r--r-- | tools/module.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/module.mk b/tools/module.mk index 06ee6a573a..365118a0ea 100644 --- a/tools/module.mk +++ b/tools/module.mk @@ -15,7 +15,7 @@ TOOLS := \ include $(srcdir)/tools/*/module.mk # Make sure the 'all' / 'clean' targets build/clean the tools, too -all: tools +all: clean: clean-tools # Main target |