aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-03-07 23:38:50 -0300
committerEuAndreh <eu@euandre.org>2021-03-07 23:38:50 -0300
commitda80991676bc0f8a5e82954a98d763126992e677 (patch)
tree51bb40e8d6346d69dae22dd3028d196bb74e730c
parentscripts/deploy: Remove commented terraform line (diff)
downloadtoph-da80991676bc0f8a5e82954a98d763126992e677.tar.gz
toph-da80991676bc0f8a5e82954a98d763126992e677.tar.xz
Makefile: Add dev-check as .PHONY target
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5169128..73e6f64 100644
--- a/Makefile
+++ b/Makefile
@@ -13,4 +13,4 @@ dev-check: check
public:
sh aux/workflow/public.sh Servers servers public-inbox
-.PHONY: check clean
+.PHONY: check clean dev-check