aboutsummaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorAlessandro Iezzi <aiezzi@alessandroiezzi.it>2024-07-09 12:50:12 +0200
committerAlessandro Iezzi <aiezzi@alessandroiezzi.it>2024-07-09 12:50:12 +0200
commit4c097facc3829f9a92e3aff687b0445ee4f7810d (patch)
treefc638a443acb37bb6fc25d68f0530c8e43e7ec7b /config.mk
parentc1f02207c29cd7b97d64a3019481b23696530dea (diff)
downloadwebsite-4c097facc3829f9a92e3aff687b0445ee4f7810d.tar.gz
website-4c097facc3829f9a92e3aff687b0445ee4f7810d.zip
Rename DEST variable to INSTALL_DIR
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.mk b/config.mk
index 266263a..127f495 100644
--- a/config.mk
+++ b/config.mk
@@ -1,4 +1,4 @@
-BASEHREF = file://`realpath .`
-HYDE = hyde
-DEST = ~/www/alessandroiezzi.it
-ARCHIVE = out.tar \ No newline at end of file
+BASEHREF = file://`realpath .`
+HYDE = hyde
+INSTALL_DIR = ~/www/alessandroiezzi.it
+ARCHIVE = out.tar \ No newline at end of file