Init workspace

This commit is contained in:
Tobias Reisinger 2024-04-30 09:36:32 +02:00
commit b624e7394c
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
7 changed files with 2984 additions and 0 deletions

16
Makefile Normal file
View file

@ -0,0 +1,16 @@
configs:
$(MAKE) -C core config
ln -s core/emgauwa-core.json emgauwa-core.json
$(MAKE) -C controller config
ln -s controller/emgauwa-controller.json emgauwa-controller.json
clone-http:
git clone https://git.serguzim.me/emgauwa/common.git
git clone https://git.serguzim.me/emgauwa/core.git
git clone https://git.serguzim.me/emgauwa/controller.git
clone-ssh:
git clone git@git.serguzim.me:emgauwa/common.git
git clone git@git.serguzim.me:emgauwa/core.git
git clone git@git.serguzim.me:emgauwa/controller.git