sudi binary

so that way we dont need sudo to run it
This commit is contained in:
Angel Garcia 2019-05-24 03:17:09 +02:00
parent ba2ce353b9
commit d7f48d29d3
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ all: ${PROGRAMS} tests
hover-controller: hover-controller.cpp ${PARTS_O}
$(CXX) $(CFLAGS) -I$(RF_HEADER_DIR) -L$(RF_LIB_DIR) -l$(RF_LIB) -l$(GPIO_LIB) -lrt $@.cpp \
${SEN_PARTS} ${PARTS_O} -o $@
../rfudp/doSUID.sh $@
dispatcher.o: dispatcher.cpp
$(CXX) $(CFLAGS) dispatcher.cpp -o $@ -c