This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
rack-plugin-toolchain
mirror of
https://github.com/VCVRack/rack-plugin-toolchain.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Don't delete Rack SDK in toolchain-clean target since it's deleted in rack-sdk-clean.
ubuntu-based-toolchain
Andrew Belt
3 months ago
parent
14cb28c521
commit
410d1ca14a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+ 1
- 1
Makefile
View File
@@ -106,7 +106,7 @@ $(toolchain-mac):
toolchain-clean:
rm -rf
.build local osxcross $(rack-sdk-mac-x64) $(rack-sdk-win-x64) $(rack-sdk-lin-x64) $(rack-sdk-mac-arm64)
rm -rf
local osxcross .build build.log .config
# Rack SDK
Write
Preview
Loading…
Cancel
Save