diff options
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |