;;; -*- mode: Lisp; Syntax: Common-Lisp; -*- ;;; ;;; Copyright (c) 2009 by the authors. ;;; ;;; See LICENCE for details. (defsystem :hu.dwim.build :defsystem-depends-on (:hu.dwim.asdf) :class "hu.dwim.asdf:hu.dwim.system" :description "Command line build tool to build image core or executable files from ASDF systems and their dependencies." :depends-on (:command-line-arguments :hu.dwim.asdf :sb-posix) :components ((:module "source" :components ((:file "build" :depends-on ("package")) (:file "package")))))