diff options
Diffstat (limited to 'extras/multipath-tools/Makefile')
-rw-r--r-- | extras/multipath-tools/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extras/multipath-tools/Makefile b/extras/multipath-tools/Makefile index 2f21f0d112..fa8830082b 100644 --- a/extras/multipath-tools/Makefile +++ b/extras/multipath-tools/Makefile @@ -32,6 +32,8 @@ clean: recurse_clean @echo "" @echo "Make complete" +spotless: clean + install: recurse_install @echo "" @echo "Make complete" |