Update scripts

This commit is contained in:
Henrik Lissner 2016-01-29 07:11:14 -05:00
parent 487f86f77b
commit c1461f3b60
2 changed files with 4 additions and 9 deletions

View file

@ -8,10 +8,7 @@
(byte-recompile-file (expand-file-name "core.el" narf-core-dir) t 0)
(byte-recompile-file (expand-file-name "core-vars.el" narf-core-dir) t 0)
(byte-recompile-file (expand-file-name "core-defuns.el" narf-core-dir) t 0)
(dolist (dir (append (list narf-core-dir narf-contrib-dir)
(list (concat narf-modules-dir "lib/")
(concat narf-core-dir "lib/")
narf-modules-dir)))
(dolist (dir (list narf-core-dir narf-modules-dir narf-core-dir))
(byte-recompile-directory dir 0 nil))
(byte-recompile-file (expand-file-name "my-bindings.el" narf-core-dir) t 0)