mirror of
https://github.com/ansible-collections/hetzner.hcloud
synced 2024-12-13 14:02:31 +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
|