This repository has been archived on 2020-10-25. You can view files and clone it, but cannot push or open issues or pull requests.
installer-scripts/Makefile

10 lines
251 B
Makefile

ABRA_VERSION := 0.1.2
ABRA_SRC := "https://git.autonomic.zone/autonomic-cooperative/abra/raw/tag/$(ABRA_VERSION)/installer"
default: update-abra-installer
update-abra-installer:
@curl $(ABRA_SRC) > abra/installer
.PHONY: update-abra-installer