Skip to content

Commit

Permalink
(iso-2533): Add backup.lisp and restore.lisp.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralph-schleicher committed Dec 16, 2024
1 parent 9fc4cb6 commit ac4f3d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion iso-2533.asd
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,10 @@
:depends-on ("iterate")
:serial t
:components ((:file "packages")
(:file "backup")
(:file "common")
(:file "iso-2533")))
(:file "iso-2533")
(:file "restore")))

(defsystem "iso-2533/tables"
:description "International standard atmosphere."
Expand Down

0 comments on commit ac4f3d3

Please sign in to comment.