Sfoglia il codice sorgente

Add make deps to fetch git submodules

Viacheslav Poturaev 6 anni fa
parent
commit
7f18a0aafc
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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