diff options
Diffstat (limited to 'shtml.asd')
-rw-r--r-- | shtml.asd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shtml.asd b/shtml.asd new file mode 100644 index 0000000..37bf2dc --- /dev/null +++ b/shtml.asd @@ -0,0 +1,5 @@ +(asdf:defsystem #:shtml + :serial t + :components + ((:file "package") + (:file "shtml"))) |