diff options
author | Colin Okay <okay@toyful.space> | 2022-01-28 12:39:27 -0600 |
---|---|---|
committer | Colin Okay <okay@toyful.space> | 2022-01-28 12:39:27 -0600 |
commit | a848091ab1ef8203ea8a8d94e6d8fba0bf47203b (patch) | |
tree | 1fde3d62ce8bda796cf81eb1a8e6f14fb4cf9342 /clpmfile | |
parent | 8a27acd9ab6042a6cdc3ade30552a985fc7faa7c (diff) |
added clpmfile
Diffstat (limited to 'clpmfile')
-rw-r--r-- | clpmfile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/clpmfile b/clpmfile new file mode 100644 index 0000000..3304aab --- /dev/null +++ b/clpmfile @@ -0,0 +1,7 @@ +;;; -*- Mode: common-lisp; -*- +(:api-version "0.4") + +(:source "quicklisp" :url "https://beta.quicklisp.org/dist/quicklisp.txt" :type :quicklisp) + +(:asd "gtwiwtg.asd") +(:asd "gtwiwtg-test.asd") |