RosettaCodeData/Task/Environment-variables/Make/environment-variables-1.make

4 lines
53 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
TARGET = $(HOME)/some/thing.txt
foo:
echo $(TARGET)