mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-02 07:30:55 -08:00
16 lines
414 B
Common Lisp
16 lines
414 B
Common Lisp
;;;
|
|
;;; **********************************************************************
|
|
;;; (c) Copyright G. Attardi, 1990. All rights reserved.
|
|
;;; **********************************************************************
|
|
|
|
(defparameter *util-directory* "")
|
|
|
|
(sbt:defsystem util
|
|
|
|
:modules
|
|
'((system t t ()) ; a system building tool
|
|
)
|
|
|
|
:directory *util-directory*
|
|
|
|
:pathname-types '("lsp" . "o"))
|