aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-02-23 00:35:04 -0300
committerEuAndreh <eu@euandre.org>2021-02-23 00:35:04 -0300
commit4d1f33f96d68198d2f20d49c24add7181476e9f0 (patch)
tree429a515d832ec3d551ed2e726ef3d0a5d0f3d718 /Makefile
parentvps/machines.scm: Add simple cronjob definitions (diff)
downloadtoph-4d1f33f96d68198d2f20d49c24add7181476e9f0.tar.gz
toph-4d1f33f96d68198d2f20d49c24add7181476e9f0.tar.xz
Update aux/workflow/
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