Browse Source

Add .build dir to `toolchain-clean` target.

arch-based-toolchain
Andrew Belt 2 years ago
parent
commit
10ec93f5d6
2 changed files with 3 additions and 1 deletions
  1. +2
    -0
      .gitignore
  2. +1
    -1
      Makefile

+ 2
- 0
.gitignore View File

@@ -3,3 +3,5 @@ local/
plugin-build/ plugin-build/
Rack-SDK-*/ Rack-SDK-*/
osxcross/ osxcross/
*.log
.config*

+ 1
- 1
Makefile View File

@@ -121,7 +121,7 @@ toolchain-all: toolchain-lin toolchain-win toolchain-mac rack-sdk-all




toolchain-clean: toolchain-clean:
rm -rf local osxcross $(rack-sdk-mac) $(rack-sdk-win) $(rack-sdk-lin)
rm -rf .build local osxcross $(rack-sdk-mac) $(rack-sdk-win) $(rack-sdk-lin)




# Plugin build # Plugin build


Loading…
Cancel
Save