aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-01-10 10:31:28 -0300
committerEuAndreh <eu@euandre.org>2021-01-10 10:32:56 -0300
commitd9aef665013e202ab4dac844e9dcd029a43f4222 (patch)
tree7e15e975ec093470d9f00ac8a40c84daeb482128 /Makefile
parentRemove guix/channels.scm (diff)
downloadserver-d9aef665013e202ab4dac844e9dcd029a43f4222.tar.gz
server-d9aef665013e202ab4dac844e9dcd029a43f4222.tar.xz
Move scripts/ to build-aux/
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 3ccfcd0..7238cf3 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
.PHONY: check
check:
- bash scripts/assert-shellcheck.sh
- bash scripts/assert-todos.sh
- bash scripts/assert-terraform.sh
+ ./build-aux/assert-shellcheck.sh
+ # ./build-aux/assert-todos.sh
+ ./build-aux/assert-terraform.sh
.PHONY: clean
clean:
@@ -10,5 +10,5 @@ clean:
.PHONY: public
public:
- bash ./scripts/generate-tasks-and-bugs.sh
+ ./build-aux/generate-tasks-and-bugs.sh
pandoc -s --metadata title='VPS - EuAndreh' -c styles.css -o public/index.html README.md