mirror of https://github.com/ossrs/srs.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
224 B
Makefile
8 lines
224 B
Makefile
11 years ago
|
.PHONY: clean
|
||
|
|
||
|
srs_publish: srs_publish.c Makefile ../../objs/include/srs_librtmp.h ../../objs/lib/srs_librtmp.a
|
||
|
gcc srs_publish.c ../../objs/lib/srs_librtmp.a -g -O0 -lstdc++ -o srs_publish
|
||
|
|
||
|
clean:
|
||
|
@rm -f srs_publish
|