diff options
author | Elena ``of Valhalla'' Grandi <elena.valhalla@gmail.com> | 2012-04-26 22:57:56 +0200 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <elena.valhalla@gmail.com> | 2012-04-26 22:57:56 +0200 |
commit | f2766063ce6d1d4e26ba6b77d82f24d050d8944b (patch) | |
tree | 4fdc7209ea729e3e15350bb4b685b5347b726a9e | |
parent | 3fb7a2bb22e83b1bcb7450c5df06593b0e7c9c4f (diff) |
Makefile per la build
-rw-r--r-- | Makefile | 9 |
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 + |