aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index a8f1499..d725614 100644
--- a/Makefile
+++ b/Makefile
@@ -1,18 +1,14 @@
.POSIX:
-.PHONY: check
check:
sh aux/assert-shellcheck.sh
sh aux/workflow/assert-todos.sh
sh aux/assert-terraform.sh
-.PHONY: clean
clean:
rm -rf public/
-NAME_UC = VPS
-NAME = vps
-public: README.md TODOs.md
- sh aux/workflow/TODOs.sh $(NAME_UC) $(NAME) public-inbox
- sh aux/workflow/README.sh $(NAME_UC) $(NAME)
- sh aux/ci/report.sh '$(NAME)'
+public:
+ sh aux/workflow/public.sh Servers servers public-inbox
+
+.PHONY: check clean