changed LDFLAGS to LDLIBS

would not use the libraries otherwise
master
karl 11 years ago
parent 5d9414ffb5
commit 11ec7f08e4
  1. 2
      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

Loading…
Cancel
Save