aboutsummaryrefslogtreecommitdiff
path: root/v2/dynamic.mk
diff options
context:
space:
mode:
Diffstat (limited to 'v2/dynamic.mk')
-rw-r--r--v2/dynamic.mk13
1 files changed, 11 insertions, 2 deletions
diff --git a/v2/dynamic.mk b/v2/dynamic.mk
index d31be9f..92ff6ee 100644
--- a/v2/dynamic.mk
+++ b/v2/dynamic.mk
@@ -84,8 +84,15 @@ src/content/.well-known/security.txt: src/content/public.asc.txt src/development
sh src/development/security-txt.sh > $@
-check:
-dev: check
+
+test-files = \
+ aux/checks/shellcheck.sh \
+
+$(test-files): ALWAYS
+ sh $@
+
+check: $(test-files)
+dev: all check
run: all
serve -d public/
@@ -97,3 +104,5 @@ upload: public
--delete \
--exclude 's/*' \
public/ $(DOMAIN):/srv/www/
+
+ALWAYS: