浏览代码

Add make deps to fetch git submodules

Viacheslav Poturaev 6 年之前
父节点
当前提交
7f18a0aafc
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      Makefile

+ 3 - 0
Makefile

@@ -39,3 +39,6 @@ build-uprofiler:
 
 push-uprofiler:
 	docker push phperf/php-profiler:5.6-uprofiler
+
+deps:
+	git submodule init && git submodule update