mirror of
https://codeberg.org/armin/justasample.git
synced 2026-09-01 04:10:48 +02:00
clean: also remove .deps to clear stale cmake cache
This commit is contained in:
parent
c06aa7b04f
commit
4bd1156835
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -58,7 +58,7 @@ uninstall:
|
|||
@echo "Removed plugin and cleared FL Studio cache"
|
||||
|
||||
clean:
|
||||
rm -rf $(BUILD_DIR)
|
||||
rm -rf $(BUILD_DIR) .deps
|
||||
@rm -rf "$(FL_CACHE)"
|
||||
|
||||
clear-cache:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue