Initial commit of Arduino libraries
This commit is contained in:
7
Micro-RTSP/test/Makefile
Normal file
7
Micro-RTSP/test/Makefile
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
SRCS = ../src/CRtspSession.cpp ../src/CStreamer.cpp ../src/JPEGSamples.cpp ../src/SimStreamer.cpp
|
||||
|
||||
run: *.cpp ../src/*
|
||||
#skill testerver
|
||||
g++ -Wall -o testserver -I ../src -I . *.cpp $(SRCS)
|
||||
#./testserver
|
||||
Reference in New Issue
Block a user