aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-01-27 14:02:07 -0300
committerEuAndreh <eu@euandre.org>2021-01-27 14:02:28 -0300
commitf19c14c2d014ff9aa4bb1bd8e2c186effe6dbdab (patch)
treea557f15d828953ff086a36cadeef98ebb5918705 /Makefile
parentUpdate shared README.sh (diff)
downloadserver-f19c14c2d014ff9aa4bb1bd8e2c186effe6dbdab.tar.gz
server-f19c14c2d014ff9aa4bb1bd8e2c186effe6dbdab.tar.xz
mv build-aux/ aux/
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 33c3fb5..9114c7e 100644
--- a/Makefile
+++ b/Makefile
@@ -2,9 +2,9 @@
.PHONY: check
check:
- sh build-aux/assert-shellcheck.sh
- sh build-aux/workflow/assert-todos.sh
- sh build-aux/assert-terraform.sh
+ sh aux/assert-shellcheck.sh
+ sh aux/workflow/assert-todos.sh
+ sh aux/assert-terraform.sh
.PHONY: clean
clean:
@@ -13,5 +13,5 @@ clean:
NAME_UC = VPS
NAME = vps
public: README.md TODOs.md
- sh build-aux/workflow/TODOs.sh $(NAME_UC) $(NAME) public-inbox
- sh build-aux/workflow/README.sh $(NAME_UC) $(NAME)
+ sh aux/workflow/TODOs.sh $(NAME_UC) $(NAME) public-inbox
+ sh aux/workflow/README.sh $(NAME_UC) $(NAME)