core/Makefile

8 lines
95 B
Makefile
Raw Permalink Normal View History

2022-10-27 15:18:17 +02:00
_config: getconfig
./getconfig
pull:
git submodule foreach git pull --ff-only
.PHONY: pull