PracticeDev/study_makefile/makefile5/Makefile

6 lines
68 B
Makefile

some_file: other_file
touch some_file
other_file:
echo "nothing"