From 24f644dbb64379875f31f8b975c769371bbad164 Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Sat, 24 Jun 2023 13:10:31 +0000 Subject: [PATCH] there's no more any `static' target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7fa876a..4829a00 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ DISTNAME = gmid-${VERSION} # -- public targets -- all: config.mk gmid ge gg -.PHONY: all tags static clean cleanall test regress install +.PHONY: all tags clean cleanall test regress install config.mk config.h: configure @echo "$@ is out of date; please run ./configure"