Makefile: better representation of pointer
This commit is contained in:
parent
c9151e7772
commit
34b099fc33
2
Makefile
2
Makefile
|
@ -15,7 +15,7 @@ build/child: build
|
||||||
|
|
||||||
.PHONY: test
|
.PHONY: test
|
||||||
test: all
|
test: all
|
||||||
@echo "==> Testing execve with { NULL }..."
|
@echo "==> Testing execve with &NULL..."
|
||||||
./build/parent-ptr ./build/child
|
./build/parent-ptr ./build/child
|
||||||
@echo "==> Testing execve with NULL..."
|
@echo "==> Testing execve with NULL..."
|
||||||
./build/parent-null ./build/child
|
./build/parent-null ./build/child
|
||||||
|
|
Loading…
Reference in a new issue