mirror of
https://github.com/clockworkpi/WiringPi.git
synced 2026-03-29 08:12:40 +02:00
New LCD library plus -v option for gpio binary
This commit is contained in:
committed by
Philip Howard
parent
d8e44ea3a6
commit
43aa862e97
@@ -35,9 +35,9 @@ LIBS =
|
||||
# Should not alter anything below this line
|
||||
###############################################################################
|
||||
|
||||
SRC = wiringPi.c serial.c wiringShift.c
|
||||
SRC = wiringPi.c serial.c wiringShift.c lcd.c
|
||||
|
||||
OBJ = wiringPi.o serial.o wiringShift.o
|
||||
OBJ = wiringPi.o serial.o wiringShift.o lcd.o
|
||||
|
||||
all: $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user