From 7db42ab1b9d3c764772ca63c74bf44bb2b8b8325 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sat, 9 Jul 2022 14:35:38 -0400 Subject: First-class programs instead of having a "lux program" extension. --- stdlib/project.clj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'stdlib/project.clj') diff --git a/stdlib/project.clj b/stdlib/project.clj index c7f49706f..dfffbef5a 100644 --- a/stdlib/project.clj +++ b/stdlib/project.clj @@ -1,4 +1,4 @@ -(def version "0.6.5") +(def version "0.6.6-SNAPSHOT") (def repo "https://github.com/LuxLang/lux") (def sonatype-releases "https://oss.sonatype.org/service/local/staging/deploy/maven2/") (def sonatype-snapshots "https://oss.sonatype.org/content/repositories/snapshots/") @@ -24,6 +24,6 @@ :dependencies [[com.github.luxlang/lux-bootstrapper ~version]] :profiles {:bibliotheca {:lux {:test "test/lux"}} :aedifex {:description "A build system/tool made exclusively for Lux." - :lux {:program "program/aedifex" - :test "test/aedifex"}}} + :lux {:program ["program/aedifex" "_"] + :test ["test/aedifex" "_"]}}} ) -- cgit v1.2.3