simple executable, only hello world
This commit is contained in:
@@ -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")))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user