1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

added a config_show target

This commit is contained in:
James Duley 2015-07-21 23:21:21 +01:00
parent 7710e5c3dc
commit 12b207cd8a

View File

@ -861,6 +861,10 @@ config_new:
config_append:
@printf '$(CONFIG_OPTS)\n' >> $(CONFIG_FILE)
.PHONY: config_show
config_show:
@cat $(CONFIG_FILE)
.PHONY: config_clean
config_clean:
rm -f $(CONFIG_FILE)