aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--config.mk3
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