Added clean target.

This commit is contained in:
Alan Noble 2018-06-22 16:01:13 +09:30
parent 60c09c2800
commit 82977fba23
1 changed files with 3 additions and 0 deletions

View File

@ -7,3 +7,6 @@ deps:
install-deps:
@cd rtmp; $(MAKE) install
clean:
@cd rtmp; $(MAKE) clean