diff --git a/Makefile b/Makefile index 1fe524ca..4745aff7 100644 --- a/Makefile +++ b/Makefile @@ -7,3 +7,6 @@ deps: install-deps: @cd rtmp; $(MAKE) install + +clean: + @cd rtmp; $(MAKE) clean