chiark / gitweb /
Added utils.lisp to the system
[clg] / tools / clg-tools.asd
CommitLineData
0adab0e9 1;;; -*- Mode: lisp -*-
2
3(defpackage #:clg-tools
5ed2c9b4 4 (:use #:common-lisp #:asdf))
0adab0e9 5
6
7(in-package #:clg-tools)
8
9
10(defsystem clg-tools
0adab0e9 11 :components ((:file "autoexport")
9a25addd 12 (:file "utils")
13 (:file "config" :depends-on ("utils"))
0adab0e9 14 (:file "asdf-extensions")))
15