diff options
author | Colin Okay <okay@toyful.space> | 2022-01-31 10:39:15 -0600 |
---|---|---|
committer | Colin Okay <okay@toyful.space> | 2022-01-31 10:39:15 -0600 |
commit | b30179f94c6cb9d164f8d993c846df3c282b0757 (patch) | |
tree | a2efb2e7bf579884d7c098002ccbf2dfe64feb61 /clpmfile | |
parent | ed1e45bf31539adb054b79331f7407829a5a88b9 (diff) | |
parent | a848091ab1ef8203ea8a8d94e6d8fba0bf47203b (diff) |
Merge branch 'main' of codeberg.org:hypergoof/gtwiwtg
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") |