diff options
author | Teddy Wing | 2021-02-27 19:12:07 +0100 |
---|---|---|
committer | Teddy Wing | 2021-02-27 19:12:07 +0100 |
commit | 4792097ca56f278344f18a0a78aaca1278fd146e (patch) | |
tree | 8c48974c3a68b955df597a7a5eaa8b7a3afdefa6 | |
parent | 5e0f58d30c08bd294539ede86757970d46cab4f6 (diff) | |
download | extreload-4792097ca56f278344f18a0a78aaca1278fd146e.tar.bz2 |
Move everything from `l/` into the project root
This is the final project. Now that we got rid of the web extension and
native host code, we can move the Lisp code to the root.
-rw-r--r-- | .gitignore (renamed from l/.gitignore) | 0 | ||||
-rw-r--r-- | Makefile (renamed from l/Makefile) | 0 | ||||
-rw-r--r-- | TODO (renamed from l/TODO) | 0 | ||||
-rw-r--r-- | extreload.asd (renamed from l/extreload.asd) | 0 | ||||
-rw-r--r-- | src/call-id.lisp (renamed from l/src/call-id.lisp) | 0 | ||||
-rw-r--r-- | src/config.lisp (renamed from l/src/config.lisp) | 0 | ||||
-rw-r--r-- | src/devtools-protocol.lisp (renamed from l/src/devtools-protocol.lisp) | 0 | ||||
-rw-r--r-- | src/macro.lisp (renamed from l/src/macro.lisp) | 0 | ||||
-rw-r--r-- | src/main.lisp (renamed from l/src/main.lisp) | 0 | ||||
-rw-r--r-- | src/option.lisp (renamed from l/src/option.lisp) | 0 | ||||
-rw-r--r-- | src/package.lisp (renamed from l/src/package.lisp) | 0 |
11 files changed, 0 insertions, 0 deletions
diff --git a/l/.gitignore b/.gitignore index be303db..be303db 100644 --- a/l/.gitignore +++ b/.gitignore diff --git a/l/extreload.asd b/extreload.asd index 96e076e..96e076e 100644 --- a/l/extreload.asd +++ b/extreload.asd diff --git a/l/src/call-id.lisp b/src/call-id.lisp index a21e6ab..a21e6ab 100644 --- a/l/src/call-id.lisp +++ b/src/call-id.lisp diff --git a/l/src/config.lisp b/src/config.lisp index ab973cd..ab973cd 100644 --- a/l/src/config.lisp +++ b/src/config.lisp diff --git a/l/src/devtools-protocol.lisp b/src/devtools-protocol.lisp index 2d67033..2d67033 100644 --- a/l/src/devtools-protocol.lisp +++ b/src/devtools-protocol.lisp diff --git a/l/src/macro.lisp b/src/macro.lisp index 18c7d21..18c7d21 100644 --- a/l/src/macro.lisp +++ b/src/macro.lisp diff --git a/l/src/main.lisp b/src/main.lisp index 5e44158..5e44158 100644 --- a/l/src/main.lisp +++ b/src/main.lisp diff --git a/l/src/option.lisp b/src/option.lisp index 6f9129c..6f9129c 100644 --- a/l/src/option.lisp +++ b/src/option.lisp diff --git a/l/src/package.lisp b/src/package.lisp index 03ee677..03ee677 100644 --- a/l/src/package.lisp +++ b/src/package.lisp |