Add pressure sensors
[matches/MCTX3420.git] / server / sensors / Makefile
index b72201d..a412f7c 100644 (file)
@@ -3,7 +3,7 @@ CXX = gcc
 FLAGS = -std=c99 -Wall -pedantic -g -I../
 #-I/usr/include/opencv -I/usr/include/opencv2/highgui For OpenCV
 LIB = -lpthread
-OBJ = strain.o resource.o piped.o
+OBJ = strain.o resource.o pressure.o
 HEADERS = $(wildcard *.h)
 RM = rm -f
 

UCC git Repository :: git.ucc.asn.au