about summary refs log tree commit diff
path: root/doc/prefix-arguments.scm
blob: bb5462070e114ee27ad5ff858f98d15768ecd637 (plain)
1
2
(command #:inputs (source #:type File) (output_filename #:type string)
         #:run "gcc" source ("-o" output_filename))