chiark / gitweb /
Fixed delayMicroseconds for more than 1 second.
[wiringPi.git] / gpio / Makefile
index 52b01509fe74c5b61c2d6f84345391a491102be5..883bfc25da918eacd099955031cc5193677deca2 100644 (file)
@@ -35,7 +35,7 @@ LIBS    = -lwiringPi -lwiringPiDev -lpthread -lm
 # May not need to  alter anything below this line
 ###############################################################################
 
-SRC    =       gpio.c extensions.c
+SRC    =       gpio.c extensions.c readall.c
 
 OBJ    =       $(SRC:.c=.o)