4 lines
53 B
Text
4 lines
53 B
Text
|
|
TARGET = $(HOME)/some/thing.txt
|
||
|
|
foo:
|
||
|
|
echo $(TARGET)
|