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