Explorar el Código

Add make deps to fetch git submodules

Viacheslav Poturaev hace 6 años
padre
commit
7f18a0aafc
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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