From 97d5c458cfa039d857301e1ca7d5af3beb37131d Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Sun, 26 Apr 2026 16:38:00 -0400 Subject: build: Better Build System --- static/inferno/man6/Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 static/inferno/man6/Makefile (limited to 'static/inferno/man6/Makefile') diff --git a/static/inferno/man6/Makefile b/static/inferno/man6/Makefile new file mode 100644 index 00000000..cd649fe8 --- /dev/null +++ b/static/inferno/man6/Makefile @@ -0,0 +1,3 @@ +MAN = $(wildcard *.6) + +include ../../mandoc.mk -- cgit v1.2.3