From 4aa35f4868979e7ca07a03908c8caa61d848391b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D1=82=D1=80=D0=B0=D1=85=D0=B8=D1=9A=D0=B0=20=D0=A0?= =?UTF-8?q?=D0=B0=D0=B4=D0=B8=D1=9B?= Date: Sat, 6 Jul 2024 12:23:21 +0000 Subject: [PATCH] Makefile: Make pack not depend on all --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 14f05c9..e4a33bf 100644 --- a/Makefile +++ b/Makefile @@ -74,7 +74,7 @@ uninstall: rm -f $(BINDIR)/tsvtable rmdir $(BINDIR) 2>/dev/null || true -pack: all +pack: sh -x lib/mkpack .PHONY: all clean install makedate makeversion pack uninstall -- 2.45.2