From 34b099fc3309f5a161a33a72c1ca87e8a96dfe6b Mon Sep 17 00:00:00 2001 From: snow flurry Date: Wed, 26 Jan 2022 12:51:33 -0800 Subject: [PATCH] Makefile: better representation of pointer --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bdcddbf..5c7cf66 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ build/child: build .PHONY: test test: all - @echo "==> Testing execve with { NULL }..." + @echo "==> Testing execve with &NULL..." ./build/parent-ptr ./build/child @echo "==> Testing execve with NULL..." ./build/parent-null ./build/child