4 lines
67 B
Makefile
4 lines
67 B
Makefile
|
some_file:
|
||
|
echo "THis line will only print once"
|
||
|
touch some_file
|