1
0
Fork 0
caddy/Makefile

11 lines
202 B
Makefile
Raw Normal View History

2020-04-08 01:56:21 +08:00
.PHONY: all
all: update library/caddy
.PHONY: update
2020-05-13 12:08:15 +08:00
update: update.sh
2020-04-08 01:56:21 +08:00
./update.sh
2020-05-13 12:08:15 +08:00
.PHONY: library/caddy
2020-04-08 01:56:21 +08:00
library/caddy: generate-stackbrew-library.sh
./generate-stackbrew-library.sh > library/caddy