commit 7e39bdac9564e36fcd25ab0459840e643a0efba5 parent 663350944db057be660a0668cb26f07db21e20b4 Author: erai <erai@omiltem.net> Date: Wed, 17 Apr 2024 21:30:10 -0400 Add robots.txt Diffstat:
M | Makefile | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/Makefile b/Makefile @@ -10,6 +10,7 @@ SOURCES:=$(shell \ -or -name '*.jpg' \ -or -name '*.css' \ -or -name '*.html' \ + -or -name '*.txt' \ \) \ -printf '%P\n' \ )