PracticeDev/study_makefile/makefile5/Makefile

6 lines
68 B
Makefile
Raw Normal View History

2022-12-20 17:31:11 +08:00
some_file: other_file
touch some_file
other_file:
echo "nothing"