mirror of
https://github.com/janet-lang/janet
synced 2025-10-09 04:52:28 +00:00
Check more file extensions
This commit is contained in:
@@ -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))
|
||||
|
Reference in New Issue
Block a user