Add update-config target

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

View File

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