about summary refs log tree commit diff stats
path: root/binry-hop.asd
diff options
context:
space:
mode:
authorscrewtape <screwtape@sdf.org>2023-05-11 09:37:43 +0000
committerscrewtape <screwtape@sdf.org>2023-05-11 09:37:43 +0000
commit0285f426921326be2f4c5840ed469454c6479789 (patch)
treea8f3890162e741fc3c48c4509c38bb58b42a8087 /binry-hop.asd
parentd0c8da6985d1fd8a0d9e9a2a89c4a504b79f73d3 (diff)
downloadcl-binry-hop-0285f426921326be2f4c5840ed469454c6479789.tar.gz
hopfield net closure maker HEAD master
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"))))