summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <elena.valhalla@gmail.com>2012-04-26 22:57:56 +0200
committerElena ``of Valhalla'' Grandi <elena.valhalla@gmail.com>2012-04-26 22:57:56 +0200
commitf2766063ce6d1d4e26ba6b77d82f24d050d8944b (patch)
tree4fdc7209ea729e3e15350bb4b685b5347b726a9e
parent3fb7a2bb22e83b1bcb7450c5df06593b0e7c9c4f (diff)
Makefile per la build
-rw-r--r--Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..c15b450
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,9 @@
+
+R2W= r2w
+
+all : site
+
+site :
+ $(R2W)
+ cp -R -u build old-build
+