wiring
This commit is contained in:
parent
4f9169d026
commit
ba6ece9ddd
@ -1,6 +1,6 @@
|
|||||||
SRC = irmc.c cwprotocol.c beep.c util.c
|
SRC = irmc.c cwprotocol.c beep.c util.c
|
||||||
OBJ = ${SRC:.c=.o}
|
OBJ = ${SRC:.c=.o}
|
||||||
LDFLAGS = -lportaudio -lpthread -lm
|
LDFLAGS = -lportaudio -lpthread -lm -lwiringPi
|
||||||
CFLAGS = -Wall -Wno-format-zero-length
|
CFLAGS = -Wall -Wno-format-zero-length
|
||||||
INSTALLDIR = ${HOME}/bin
|
INSTALLDIR = ${HOME}/bin
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user