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