From 5d124ea9f0642dbd1ba99e0efc3f06d2cd786129 Mon Sep 17 00:00:00 2001 From: Alexander Ilin Date: Fri, 4 Aug 2023 22:05:13 +0200 Subject: [PATCH] GNUmakefile: add 'help' to the list of phony targets --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index bad078a885..ef5707d054 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -283,5 +283,5 @@ clean: rm -f libfactor-ffi-test.* rm -f Factor.app/Contents/Frameworks/libfactor.dylib -.PHONY: factor factor-lib factor-console factor-ffi-test tags clean macosx.app +.PHONY: factor factor-lib factor-console factor-ffi-test tags clean help macosx.app .PHONY: linux-x86-32 linux-x86-64 linux-ppc-32 linux-ppc-64 linux-arm-64 freebsd-x86-32 freebsd-x86-64 macosx-x86-32 macosx-x86-64 macosx-x86-fat macosx-arm64 windows-x86-32 windows-x86-64 -- 2.34.1