Add tool to fetch config from Factory

This commit is contained in:
Ludwig Nussel
2022-10-27 15:18:17 +02:00
parent d1b1a7440b
commit 54b5646b5a
4 changed files with 32 additions and 1 deletions

7
Makefile Normal file
View File

@@ -0,0 +1,7 @@
_config: getconfig
./getconfig
pull:
git submodule foreach git pull --ff-only
.PHONY: pull