Skip to content

Commit

Permalink
Build - rm aubio_onset binary when cleaning mac
Browse files Browse the repository at this point in the history
  • Loading branch information
samaaron committed Mar 13, 2023
1 parent d6f064b commit c4d889f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/mac-clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ echo "Cleaning out native dir...."
rm -rf "${SCRIPT_DIR}"/server/native/supercollider
rm -rf "${SCRIPT_DIR}"/server/native/erlang
rm -rf "${SCRIPT_DIR}"/server/native/scsynth
rm -rf "${SCRIPT_DIR}"/server/native/aubio_onset

# Use generic linux clean script for everything else
"${SCRIPT_DIR}"/linux-clean.sh "$@"
Expand Down

0 comments on commit c4d889f

Please sign in to comment.