mirror of
https://github.com/ansible-collections/hetzner.hcloud
synced 2024-11-10 06:34:13 +00:00
10 lines
144 B
Makefile
10 lines
144 B
Makefile
|
SHELL := bash
|
||
|
.PHONY: vendor clean
|
||
|
|
||
|
vendor:
|
||
|
python3 scripts/vendor.py
|
||
|
|
||
|
clean:
|
||
|
git clean -xdf \
|
||
|
-e tests/integration/cloud-config-hcloud.ini
|