3 lines
55 B
Makefile
3 lines
55 B
Makefile
|
all:
|
||
|
gcc -std=gnu99 main.c synth.c -O2 -lSDL -o synth
|