pans
2016-12-28 e0c7efb3817ee545c5be5caebc0aceb9594f65aa
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)