summaryrefslogtreecommitdiffstats
path: root/site/cleopatra/Bootstrap.org
diff options
context:
space:
mode:
authorThomas Letan <lthms@soap.coffee>2020-02-27 00:53:48 +0100
committerThomas Letan <lthms@soap.coffee>2020-02-27 00:53:48 +0100
commita105b5e0cd32e11624e5312af736e4828b06d6f4 (patch)
tree730f92d618da4c81c4e8a866de2a9d3b66479fbe /site/cleopatra/Bootstrap.org
parentUse toml-mode for syntax highlighting and align a la Cargo.toml (diff)
Make a generation process prebuild depends on its tangled file
Diffstat (limited to 'site/cleopatra/Bootstrap.org')
-rw-r--r--site/cleopatra/Bootstrap.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/site/cleopatra/Bootstrap.org b/site/cleopatra/Bootstrap.org
index e0dd453..3d954e6 100644
--- a/site/cleopatra/Bootstrap.org
+++ b/site/cleopatra/Bootstrap.org
@@ -234,6 +234,7 @@ prebuild : ${PROC}-prebuild
build : ${PROC}-build
postbuild : ${PROC}-postbuild
+${PROC}-prebuild : ${PROC}.mk ${AUX}
${PROC}-build : ${PROC}-prebuild
${PROC}-postbuild : ${PROC}-build