PracticeDev/study_makefile/makefile3/Makefile

4 lines
67 B
Makefile
Raw Normal View History

2022-12-20 17:31:11 +08:00
some_file:
echo "THis line will only print once"
touch some_file