aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1e65980..769d796 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,6 @@
build:
rm -rf build && mkdir build
ruby blog.rb
- rsync -r public/ build/public
- rsync style.css build/style.css
clean:
rm -rf build/*