summaryrefslogtreecommitdiff
path: root/meta.lua
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-07-18 18:27:38 -0500
committerAlexander M Pickering <alex@cogarr.net>2024-07-18 18:27:38 -0500
commita694fc3ed72c1d66f9fd07f4ece4a707b011216c (patch)
tree8e995a118a64c103566c0ac761430b18a343c3c0 /meta.lua
parent9bbb0a7489f0d473458b513f73e875506bad7f96 (diff)
downloadimage-clang32-a694fc3ed72c1d66f9fd07f4ece4a707b011216c.tar.gz
image-clang32-a694fc3ed72c1d66f9fd07f4ece4a707b011216c.tar.bz2
image-clang32-a694fc3ed72c1d66f9fd07f4ece4a707b011216c.zip
Commit
Diffstat (limited to 'meta.lua')
-rw-r--r--meta.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta.lua b/meta.lua
index da6481b..0db8cf9 100644
--- a/meta.lua
+++ b/meta.lua
@@ -2,6 +2,6 @@ return {
2 { 2 {
3 name = "image-clang32", 3 name = "image-clang32",
4 requires = {}, 4 requires = {},
5 produces = {}, 5 produces = {"hello.txt"},
6 } 6 }
7} 7}