diff --git a/makefile b/makefile index 568b6ea..df95bba 100644 --- a/makefile +++ b/makefile @@ -1,7 +1,7 @@ CC = gcc CFLAGS = -Wall -Wextra CPPFLAGS = -LDFLAGS = -lasound -lm -lfftw3 -lpthread +LDLIBS = -lasound -lm -lfftw3 -lpthread INSTALL = install INSTALL_BIN = $(INSTALL) -D -m 755