This commit is contained in:
Gerolf Ziegenhain 2016-10-04 19:07:03 +02:00
parent 516c1b4a57
commit 1145e2769e
1 changed files with 1 additions and 1 deletions

View File

@ -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