From ba6ece9dddee260e177965bb62c5d960a5ccf2cf Mon Sep 17 00:00:00 2001 From: Gerolf Ziegenhain Date: Tue, 4 Oct 2016 18:53:27 +0200 Subject: [PATCH] wiring --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index ed4a121..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 +LDFLAGS = -lportaudio -lpthread -lm -lwiringPi CFLAGS = -Wall -Wno-format-zero-length INSTALLDIR = ${HOME}/bin