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

4 lines
53 B
Text
Raw Permalink Normal View History

2015-02-20 00:35:01 -05:00
TARGET = $(HOME)/some/thing.txt
foo:
echo $(TARGET)