You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a target makes no output, no target file is created.
However,
$ cat clean.do
#!/usr/bin/env bash
rm -rf .tmp
$ redo clean
$ ls -la clean*
-rw------- 1 user user 0 May 29 22:53 clean
-rw-rw-r-- 1 user user 143 May 29 22:53 clean.do
From the README.md:
However,