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