mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-01-24 20:48:18 +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
|