d2/ci/release/template/Makefile

16 lines
250 B
Makefile
Raw Normal View History

2022-11-11 09:17:06 +00:00
.POSIX:
.SILENT:
.PHONY: all
all:
( . ./scripts/lib.sh && echoerr "You must provide a target of install or uninstall for this Makefile" )
exit 1
2022-11-11 09:17:06 +00:00
.PHONY: install
install:
./scripts/install.sh
2022-11-11 09:17:06 +00:00
.PHONY: uninstall
uninstall:
./scripts/uninstall.sh