midi-parser/build.sh

7 lines
117 B
Bash
Raw Normal View History

2024-08-18 00:16:53 +10:00
#!/bin/sh
cd midifile && cmake . && make && cd ..
g++ src/main.cpp ./midifile/libmidifile.a -o midi-parser -g -O3