av/rtmp/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