From 2a5b73121ce7ce4c4bd5f3f482187dd22489e330 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Thu, 30 May 2024 02:42:40 +0100 Subject: doc: Document prefixing arguments. * doc/ccwl.skb (Cookbook)[Prefix arguments]: New section. * doc/prefix-arguments.scm: New file. --- doc/prefix-arguments.scm | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/prefix-arguments.scm (limited to 'doc/prefix-arguments.scm') diff --git a/doc/prefix-arguments.scm b/doc/prefix-arguments.scm new file mode 100644 index 0000000..ec95aeb --- /dev/null +++ b/doc/prefix-arguments.scm @@ -0,0 +1,5 @@ +(command #:inputs (source #:type File) (output_filename #:type string) + #:run "gcc" source ("-o" output_filename) + #:outputs (executable + #:type File + #:binding ((glob . "$(inputs.output_filename)")))) -- cgit v1.2.3