aboutsummaryrefslogtreecommitdiff
path: root/lux-cl/source/program.lux
diff options
context:
space:
mode:
authorEduardo Julian2022-12-18 18:55:32 -0400
committerEduardo Julian2022-12-18 18:55:32 -0400
commitc2830c26e55da02ac628be9a220cd824264cdc9e (patch)
tree40a0208ada85f7a6883b1fb48a7f10adbd22feb6 /lux-cl/source/program.lux
parent549cb9623c560fec165b9e88f112a406614f598e (diff)
Caching compiler artifacts into TAR files, instead of huge directories.
Diffstat (limited to 'lux-cl/source/program.lux')
-rw-r--r--lux-cl/source/program.lux4
1 files changed, 1 insertions, 3 deletions
diff --git a/lux-cl/source/program.lux b/lux-cl/source/program.lux
index d2ecadfbf..8b68a960d 100644
--- a/lux-cl/source/program.lux
+++ b/lux-cl/source/program.lux
@@ -434,9 +434,7 @@
_.code
..then
..scope)
- (format (/cli.target service)
- (of file.default separator)
- "program"
+ (format "program"
extension)])]
(..declare_success! []))
(io.io [])))))))