commit eb19dd6b8bcc9c92b0d0aa01880f288316b8aaf7 parent 9867d2ce059a9aa377b6b97f40c59c7bb7e6b587 Author: lostd <lostd@2f30.org> Date: Mon, 18 Nov 2013 00:08:20 +0200 fix building in linux Diffstat:
M | Makefile | | | 4 | +--- |
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/Makefile b/Makefile @@ -1,8 +1,6 @@ -# mpdvis - CFLAGS = -I/usr/local/include LDFLAGS = -L/usr/local/lib -LDLIBS = -lcurses -lfftw3 +LDLIBS = -lm -lcurses -lfftw3 BIN = spectrum all: $(BIN)