Skip to content

Commit

Permalink
update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
eye-wave committed Jun 18, 2024
1 parent f913406 commit a439bf3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ build:
$(MAKE) post-build

post-build:
@mkdir -p $(VST3_PATH)
@mkdir -p $(CLAP_PATH)

cp target/bundled/*.clap $(CLAP_PATH)
cp target/bundled/*.vst3 $(VST3_PATH) -r

Expand Down

0 comments on commit a439bf3

Please sign in to comment.