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:
parent
4b5a2a14c0
commit
55c10f98bb
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user