27
Content-Disposition: inline; filename="
8
Makefile
HTTP/1.1 200 OK
Connection: keep-alive
Content-Length: 115
Content-Security-Policy: default-src 'none'
Content-Type: text/plain; charset=UTF-8
Date: Wed, 08 Jul 2026 01:30:02 GMT
ETag: "8c6c236ba09104821de44b17d1fb32dd4f2e5255"
Expires: Sat, 05 Jul 2036 01:30:02 GMT
Last-Modified: Wed, 08 Jul 2026 01:30:02 GMT
Server: OpenBSD httpd
X-Content-Type-Options: nosniff



T = $(wildcard t[0-9][0-9][0-9][0-9]-*.sh)

all: $(T)

$(T):
	@./$@

clean:
	$(RM) -rf trash

.PHONY: $(T) clean
