* [PATCH 1/1] .DEFAULT_GOAL is a variable, not a target
@ 2023-09-21 13:40 Ariel Otilibili Anieli
0 siblings, 0 replies; only message in thread
From: Ariel Otilibili Anieli @ 2023-09-21 13:40 UTC (permalink / raw)
To: wireguard
Makefile has been working because, in the script, `wg` appears as
first target.
https://www.gnu.org/software/make/manual/html_node/Special-Variables.html
Signed-off-by: Ariel Otilibili <otilibil@eurecom.fr>
---
src/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Makefile b/src/Makefile
index 0533910..9f450e7 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -108,7 +108,7 @@ check: clean
scan-build --html-title=wireguard-tools -maxloop 100 --view
--keep-going $(MAKE) wg
all: wg
-.DEFAULT_GOAL: all
+.DEFAULT_GOAL := all
.PHONY: clean install check
-include *.d
--
2.42.0
-------------------------------------------------------------------------------
This message was sent using EURECOM Webmail: http://webmail.eurecom.fr
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-10-23 14:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-21 13:40 [PATCH 1/1] .DEFAULT_GOAL is a variable, not a target Ariel Otilibili Anieli
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).