simple executable, only hello world

This commit is contained in:
2026-07-02 00:20:25 +03:00
parent 6f386fa9a6
commit 7609fcc6c8
5 changed files with 35 additions and 0 deletions
+8
View File
@@ -10,3 +10,11 @@
(:file "util")
(:file "license")
(:file "starter")))
(defsystem "lspack/exe"
:depends-on ("lspack")
:build-operation program-op
:build-pathname "lspack"
:entry-point "lspack/exe:main"
:components ((:file "src/main")))