(command #:inputs (source #:type File) (output_filename #:type string) #:run "gcc" source ("-o" output_filename) #:outputs (executable #:type File #:binding ((glob . "$(inputs.output_filename)"))))
index : ccwl | ||
Concise Common Workflow Language (mirror of https://github.com/arunisaac/ccwl) |
aboutsummaryrefslogtreecommitdiff |
(command #:inputs (source #:type File) (output_filename #:type string) #:run "gcc" source ("-o" output_filename) #:outputs (executable #:type File #:binding ((glob . "$(inputs.output_filename)"))))