5 lines
53 B
Makefile
5 lines
53 B
Makefile
H = oops ...
|
|
bar:
|
|
echo $HOME
|
|
|
|
# prints oops ... OME
|