1
0
mirror of https://github.com/janet-lang/janet synced 2025-03-11 10:58:09 +00:00

Check more file extensions

This commit is contained in:
Michael Camilleri 2025-03-04 11:31:56 +09:00
parent 4b5a2a14c0
commit 55c10f98bb
No known key found for this signature in database
GPG Key ID: 7EB218A48DF8B572

View File

@ -1,7 +1,7 @@
(def usage (string "usage: janet " (first (dyn :args)) " <last-year> <this-year>"))
(def ignores [".git"])
(def exts [".c" ".h" ".janet"])
(def exts ["LICENSE" "Makefile" ".build" ".c" ".h" ".janet"])
(defn arg [i]
(defn bail [] (print usage) (quit))