aboutsummaryrefslogtreecommitdiffstats
path: root/sysexits.asd
diff options
context:
space:
mode:
Diffstat (limited to 'sysexits.asd')
-rw-r--r--sysexits.asd8
1 files changed, 8 insertions, 0 deletions
diff --git a/sysexits.asd b/sysexits.asd
new file mode 100644
index 0000000..5c55d40
--- /dev/null
+++ b/sysexits.asd
@@ -0,0 +1,8 @@
+(asdf:defsystem sysexits
+ :description "TODO"
+ :version "0.1.0"
+
+ :components ((:module "src"
+ :serial t
+ :components ((:file "package")
+ (:file "sysexits")))))