PracticeDev/study_makefile/makefile8/Makefile

8 lines
47 B
Makefile
Raw Permalink Normal View History

2022-12-20 17:31:11 +08:00
x = dude
all:
echo $(x)
echo ${x}
echo $x