From 8b897851facaa177e2346e0d97fcba7411dfc0aa Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 27 Nov 2025 12:35:52 -0500 Subject: Update `setenv()` to take an optional value, also bugfix for `setenv()` returning a value. --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b8220a95..ab9096cd 100644 --- a/Makefile +++ b/Makefile @@ -206,7 +206,6 @@ api-docs: $(API_MD) api/api.md .PHONY: manpages manpages: $(API_YAML) man/man1/tomo.1 - rm -f man/man3/* ./scripts/mandoc_gen.py $(API_YAML) man/man1/tomo.1: docs/tomo.1.md -- cgit v1.2.3