6 lines
63 B
Makefile
6 lines
63 B
Makefile
|
# User makefile
|
||
|
|
||
|
test: TEST ?= true
|
||
|
test:
|
||
|
echo "TEST=$(TEST)"
|