From 1145e2769e59c0c43bf5b608f1901481ada1c61b Mon Sep 17 00:00:00 2001 From: Gerolf Ziegenhain Date: Tue, 4 Oct 2016 19:07:03 +0200 Subject: [PATCH] wip --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 5e3b26a..f9c2c39 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,6 +1,6 @@ SRC = irmc.c cwprotocol.c beep.c util.c OBJ = ${SRC:.c=.o} -LDFLAGS = -lportaudio -lpthread -lm -lWiringPi +LDFLAGS = -lportaudio -lpthread -lm -lwiringPi CFLAGS = -Wall -Wno-format-zero-length INSTALLDIR = ${HOME}/bin