Add update-config target

This target can be used in CI to update an existing `.config` file.
Dustin 2025-08-18 18:15:01 -05:00
parent b441b0bc58
commit 7b69ac4650
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@ $(O)/.config:
O=$(O) \ O=$(O) \
$(DEFCONFIG) $(DEFCONFIG)
.PHONY: update-config
update-config:
$(MAKE) -C $(O) $(DEFCONFIG)
%: %:
$(MAKE) -C $(O) $@ $(MAKE) -C $(O) $@