From 99361f07e4dd5724611e13a91ba8f14f039cdf0c Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Thu, 17 Feb 2022 04:41:44 -0400 Subject: Finishing the meta-compiler [Part 3] --- stdlib/source/program/compositor/static.lux | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 stdlib/source/program/compositor/static.lux (limited to 'stdlib/source/program/compositor') 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])) -- cgit v1.2.3