aboutsummaryrefslogtreecommitdiff
path: root/dynamic.mk
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-08-30 16:58:22 -0300
committerEuAndreh <eu@euandre.org>2022-08-30 16:58:22 -0300
commit05606fb390f1553c3754934d4e25947b9bc497b3 (patch)
tree9855d5e795185d243c442ac2e51bdb288142a236 /dynamic.mk
parentdynamic.mk: Move everything from Makefile into dynamic.mk (diff)
downloadeuandre.org-05606fb390f1553c3754934d4e25947b9bc497b3.tar.gz
euandre.org-05606fb390f1553c3754934d4e25947b9bc497b3.tar.xz
dynamic.mk: Remove "disabled" target
Diffstat (limited to '')
-rw-r--r--dynamic.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/dynamic.mk b/dynamic.mk
index 0486ed5..959d115 100644
--- a/dynamic.mk
+++ b/dynamic.mk
@@ -84,13 +84,6 @@ fqdn:
printf '$(FQDN)'
-disabled:
- sh aux/assert-shellcheck.sh
- sh aux/workflow/assert-todos.sh
- sh scripts/assert-spelling.sh
- sh scripts/extract-translations.sh
- sh scripts/apply-translations.sh
-
# `public` depends on $(ALL) because `jekyll build` needs some of the files
# generated in $(ALL), IOW for JEKYLL_COMPAT. As soon as jekyll is removed,