
(rule
 ((fallback)
  (targets (foo.txt))
  (action (with-stdout-to foo.txt (echo "testing")))))
