mirror of https://bitbucket.org/ausocean/av.git
9 lines
120 B
Makefile
9 lines
120 B
Makefile
|
all:
|
||
|
@cd rtmp_c/librtmp; $(MAKE) all
|
||
|
|
||
|
install:
|
||
|
@cd rtmp_c/librtmp; $(MAKE) install
|
||
|
|
||
|
clean:
|
||
|
@cd rtmp_c; $(MAKE) clean
|