11 lines
192 B
Makefile
11 lines
192 B
Makefile
.PHONY: test apply dry-run
|
|
|
|
test:
|
|
bash tests/extensions-defaults-smoke.sh
|
|
|
|
apply:
|
|
sudo bash scripts/apply-extension-defaults.sh
|
|
|
|
dry-run:
|
|
bash scripts/apply-extension-defaults.sh --dry-run
|