aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-05-24 21:51:00 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-05-24 21:51:00 +0200
commit0ba4cda4661dc6f2fedf98c9023ba495d14c8673 (patch)
tree9d6f41ccb1f47c28b1c13b36b85f055708a9e344 /makefile
parent152fe90daa7b4c357d93fe9187b8275c979efdf0 (diff)
add robots.txtHEADmaster
Diffstat (limited to 'makefile')
-rw-r--r--makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefile b/makefile
index 2a2a5fe..ab0eccc 100644
--- a/makefile
+++ b/makefile
@@ -3,6 +3,7 @@ WEBROOT = /srv/www/pipeframe.xyz
FILES += index.html
FILES += style.css
FILES += pipeframe.png
+FILES += robots.txt
install: FORCE
cp -ar $(FILES) $(WEBROOT)