X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=fiveam.asd;h=7c16a781a3f0fea18e9bb18c354b9f344db86598;hb=55740edc3e2b3444e7e17978f68df8eced2b19e7;hp=372609d9d6aeb96aa1e7035e0d12154af81196b3;hpb=f9b62651b5b3e691b64b38d7b3cd1d20fa964943;p=fiveam.git diff --git a/fiveam.asd b/fiveam.asd index 372609d..7c16a78 100644 --- a/fiveam.asd +++ b/fiveam.asd @@ -1,12 +1,12 @@ -;; -*- lisp -*- +;;;; -*- Mode: Lisp; indent-tabs-mode: nil -*- (defpackage :it.bese.FiveAM.system (:use :common-lisp :asdf)) +(defsystem :fiveam (in-package :it.bese.FiveAM.system) -(defsystem :FiveAM :author "Edward Marco Baringer " :properties ((:test-suite-name . :it.bese.fiveam)) :components ((:static-file "fiveam.asd")