diff options
| author | Eduardo Julian | 2022-02-17 04:41:44 -0400 |
|---|---|---|
| committer | Eduardo Julian | 2022-02-17 04:41:44 -0400 |
| commit | 99361f07e4dd5724611e13a91ba8f14f039cdf0c (patch) | |
| tree | b822c71adbd08b8ab911ba262d54b84c4f2d5b25 /stdlib/source/program/compositor | |
| parent | de8af6044d590354563f4ea8849d98e8637c034a (diff) | |
Finishing the meta-compiler [Part 3]
Diffstat (limited to 'stdlib/source/program/compositor')
| -rw-r--r-- | stdlib/source/program/compositor/static.lux | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/stdlib/source/program/compositor/static.lux b/stdlib/source/program/compositor/static.lux deleted file mode 100644 index 840bd3448..000000000 --- a/stdlib/source/program/compositor/static.lux +++ /dev/null @@ -1,13 +0,0 @@ -(.using - [library - [lux "*" - [target {"+" Target}] - [world - [file {"+" Path}]]]]) - -(type: .public Static - (Record - [#host Target - #host_module_extension Text - #target Path - #artifact_extension Text])) |
