From bcee11414737b0f764537768b036e52d40ac2eaa Mon Sep 17 00:00:00 2001 From: daurnimator Date: Sun, 5 Aug 2018 12:24:10 +1000 Subject: Makefile: Clean with a single 'rm' invocation --- Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 1fa7a68b..97a2fca2 100644 --- a/Makefile +++ b/Makefile @@ -119,12 +119,12 @@ windows-clean: # ---------------------------------------- clean: - rm -f ./config.unix - rm -f ./luarocks - rm -f ./luarocks-admin - rm -rf ./build/ - rm -rf build-binary - rm -rf ./.luarocks - rm -rf ./lua_modules + rm -rf ./config.unix \ + ./luarocks \ + ./luarocks-admin \ + ./build/ \ + build-binary \ + ./.luarocks \ + ./lua_modules .PHONY: all build install binary install-binary bootstrap clean windows-binary windows-clean -- cgit v1.2.3-55-g6feb