From 96cff6a57916e614574f3515b60d8b2f7f23c4e8 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Tue, 9 Jul 2024 12:35:00 +0200 Subject: Move DEST variable in config.mk --- Makefile | 2 +- config.mk | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6958e8e..bc61d80 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ OBJ := ${OBJ:.rphp=.php} include config.mk -DEST = ~/www/alessandroiezzi.it + all: ${OBJ} diff --git a/config.mk b/config.mk index afbb8f6..ed65ebb 100644 --- a/config.mk +++ b/config.mk @@ -1,2 +1,3 @@ -BASEHREF = file://`realpath .` +BASEHREF = file://`realpath .` HYDE = hyde +DEST = ~/www/alessandroiezzi.it -- cgit v1.2.3