diff options
Diffstat (limited to 'third_party/lisp/npg/npg.asd')
-rw-r--r-- | third_party/lisp/npg/npg.asd | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/third_party/lisp/npg/npg.asd b/third_party/lisp/npg/npg.asd index addb7c6932af..1e35186d6c8c 100644 --- a/third_party/lisp/npg/npg.asd +++ b/third_party/lisp/npg/npg.asd @@ -44,12 +44,12 @@ left recursive rules." (:doc-file "COPYING") (:doc-file ".project") (:module :examples - :components - ((:sample-file "python") - (:sample-file "vs-cobol-ii"))) + :components + ((:sample-file "python") + (:sample-file "vs-cobol-ii"))) (:module :src - :components - ((:file "package") - (:file "common" :depends-on ("package")) - (:file "define" :depends-on ("package" "common")) - (:file "parser" :depends-on ("package" "common")))))) + :components + ((:file "package") + (:file "common" :depends-on ("package")) + (:file "define" :depends-on ("package" "common")) + (:file "parser" :depends-on ("package" "common")))))) |