8 lines
95 B
Makefile
8 lines
95 B
Makefile
|
_config: getconfig
|
||
|
./getconfig
|
||
|
|
||
|
pull:
|
||
|
git submodule foreach git pull --ff-only
|
||
|
|
||
|
.PHONY: pull
|