rename to only use js instead of jso

This commit is contained in:
2024-09-25 20:51:20 -05:00
parent 1e4a142030
commit f95249f147
7 changed files with 41 additions and 42 deletions

View File

@@ -294,3 +294,7 @@ TAGINC != find . -name "*.[chj]"
tags: $(TAGINC)
@echo Making tags.
@etags $(TAGINC)
MYFILES != (ls scripts/*.js* source/engine/*.[ch] source/engine/sound/*.[ch])
pretty:
clang-format -i $(MYFILES)