Skip to content

Commit

Permalink
remove unnecessary files after building done
Browse files Browse the repository at this point in the history
  • Loading branch information
pd3v committed Dec 28, 2023
1 parent 5ba1608 commit fc6fd46
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ cmake -DCMAKE_BUILD_TYPE=Release -DRTMIDI_API_JACK=OFF -DRTAUDIO_API_JACK=OFF -D
# cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF -DRTMIDI_BUILD_TESTING=OFF ..

make

# Remove unnecessary files after build done
rm -r externals/
rm -rf CMakeLists.txt build.sh line.cpp

0 comments on commit fc6fd46

Please sign in to comment.