From 8f265b97f614f98d352e93a119099662aa2f6c3e Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Tue, 01 Apr 2025 18:13:13 +0800 Subject: [PATCH] Remove unnecessary clause in the Makefile --- Makefile | 2 +- diff --git a/Makefile b/Makefile index cac574d854539cced98d8f4b07193335a2fecaaf..1d1d4ec3d991afb9d529b1c78b01e0f703b2fafa 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ man/%.txt: man/% utils/colb mandoc $< | ./utils/colb > $@ -utils/colb: utils/colb.c +utils/colb: hookc/hookc: -- 2.48.1