Makefile: better representation of pointer
This commit is contained in:
parent
c9151e7772
commit
34b099fc33
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in a new issue