8 lines
155 B
Text
8 lines
155 B
Text
(rule
|
|
(targets foo%{ext_obj})
|
|
(action (with-stdout-to %{targets} (echo "hola"))))
|
|
|
|
(alias
|
|
(name runtest)
|
|
(deps foo%{ext_obj})
|
|
(action (cat %{deps})))
|