9 lines
127 B
Text
9 lines
127 B
Text
|
|
(rule
|
||
|
|
(target script.js)
|
||
|
|
(deps
|
||
|
|
(file ../script.bc.js))
|
||
|
|
(action
|
||
|
|
(with-stdout-to
|
||
|
|
%{target}
|
||
|
|
(cat ../script.bc.js))))
|