27
Content-Disposition: inline; filename="
8
Makefile
HTTP/1.1 200 OK
Connection: close
Content-Length: 115
Content-Security-Policy: default-src 'none'
Content-Type: text/plain; charset=UTF-8
Date: Sat, 23 May 2026 19:23:28 GMT
ETag: "8c6c236ba09104821de44b17d1fb32dd4f2e5255"
Expires: Tue, 20 May 2036 19:23:28 GMT
Last-Modified: Sat, 23 May 2026 19:23:28 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
