doh forgot to updte makefile

This commit is contained in:
shrkey
2016-10-17 16:51:54 +01:00
parent f69802aab9
commit a77e76f7b0

View File

@@ -8,7 +8,7 @@ INCLUDES = -I ../.. -I$(PIGPIO_PATH)
all: all:
$(CC) $(INCLUDES) $(LIB) PPM.cpp $(DW)/PCA9685.cpp $(DW)/I2Cdev.cpp $(DW)/gpio.cpp $(DW)/Util.cpp -o PPM -lrt -lpthread -lpigpio $(CC) $(INCLUDES) $(LIB) PPM.cpp $(DW)/DWESCAPE.cpp $(DW)/PCA9685.cpp $(DW)/I2Cdev.cpp $(DW)/gpio.cpp $(DW)/Util.cpp -o PPM -lrt -lpthread -lpigpio
clean: clean:
rm PPM rm PPM