4 lines
105 B
Text
4 lines
105 B
Text
all: compilation
|
|
|
|
compilation:
|
|
clang -o distortion $$(pkg-config --libs --cflags sndfile) -lm distort.c
|