Fix typo in makefile

This commit is contained in:
Michael Kirk 2019-06-19 10:20:22 -04:00
parent c4c4d64ad8
commit fa7bbfdcc7

View File

@ -16,7 +16,7 @@ update_step1: clean
update_step2:
cd $(WEBRTC_SRC_DIR) && \
gclient sync --jobs 16 && \
git clean -df && \
git clean -df
clean:
bin/clean_webrtc.py