aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6315bd4..aafaf62 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ build:
./blarg
clean:
rm -rf build/*
- rm site.tar.gz
+ rm -f site.tar.gz
deploy:
tar -C build -cvz . > site.tar.gz
hut pages publish -d justine.smithies.me.uk site.tar.gz