From 343fd43b95960f59a3bf901f59503757b81a5592 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Thu, 12 Dec 2024 16:46:35 -0500 Subject: fix Makefile, dashes in hex dump, red for codepoints > U+10FFFF, fix spacing. --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a9ee0e3..0c10d3a 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,15 @@ CFLAGS=-O2 -fPIC -Wall +.PHONY: all test man clean + all: uxd man test: uxd ./uxd -man: uxd.rst +man: uxd.1 + +uxd.1: uxd.rst rst2man uxd.rst > uxd.1 clean: -- cgit v1.2.3