about summary refs log tree commit diff stats
path: root/binry-hop.asd
diff options
context:
space:
mode:
Diffstat (limited to 'binry-hop.asd')
-rw-r--r--binry-hop.asd3
1 files changed, 3 insertions, 0 deletions
diff --git a/binry-hop.asd b/binry-hop.asd
new file mode 100644
index 0000000..3707709
--- /dev/null
+++ b/binry-hop.asd
@@ -0,0 +1,3 @@
+(defsystem "binry-hop"
+    :components ((:file "packages")
+		 (:file "binry-hop" :depends-on ("packages"))))