PracticeDev/study_makefile/makefile8/Makefile

8 lines
47 B
Makefile

x = dude
all:
echo $(x)
echo ${x}
echo $x