(Won't fit on BBB SD card)
RM = rm -f
BIN = server
-BIN2 = stream
+#BIN2 = stream
all : $(BIN) $(BIN2)
-stream : stream.c
- $(CXX) -o stream stream.c -I/usr/include/opencv -I/usr/include/opencv2/highgui -L/usr/lib -lopencv_highgui -lopencv_core -lopencv_ml -lopencv_imgproc -lm
+#stream : stream.c
+# $(CXX) -o stream stream.c -I/usr/include/opencv -I/usr/include/opencv2/highgui -L/usr/lib -lopencv_highgui -lopencv_core -lopencv_ml -lopencv_imgproc -lm
$(BIN) : $(OBJ)
# Use this to quickly test run the server in valgrind
#spawn-fcgi -p9005 -n ./valgrind.sh
# Use this to run the server normally
-./stream &
+#./stream &
spawn-fcgi -p9005 -n ./server