synth/run.sh
2026-02-01 14:03:03 +01:00

5 lines
115 B
Bash
Executable file

#!/bin/sh
clear
gcc -Wall -Wextra -Werror -pedantic -o synth main.c dsp.c osc.c control.c -lm -lportaudio
./synth