RtspFace/demo/src/Makefile
@@ -11,7 +11,6 @@ demo: $(OBJ) $(CXX) $(CXXFLAGS) $(LDFLAGS) -o demo $(OBJ) $(LIBS) main.o : test.cpp $(CXX) $(CXXFLAGS) $(LDFLAGS) -c test.cpp -o main.o faceAPI.o : faceAPI.h @@ -21,4 +20,6 @@ .PHONY: clean clean: rm -f *.o demo rm -f *.o demo run : $(shell sh test.sh)