mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-26 14:45:42 +03:00
7 lines
108 B
Makefile
7 lines
108 B
Makefile
|
all: app
|
||
|
|
||
|
app:
|
||
|
git submodule init
|
||
|
git submodule update --init --recursive
|
||
|
git submodule sync --recursive
|