Makefile: better representation of pointer

This commit is contained in:
snow flurry 2022-01-26 12:51:33 -08:00
parent c9151e7772
commit 34b099fc33
1 changed files with 1 additions and 1 deletions

View File

@ -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