2
0
Эх сурвалжийг харах

makefile: add codespell target

Daniele Bartolini 5 жил өмнө
parent
commit
2df3910d36
1 өөрчлөгдсөн 4 нэмэгдсэн , 0 устгасан
  1. 4 0
      makefile

+ 4 - 0
makefile

@@ -177,6 +177,10 @@ clean-samples:
 	-@rm -rf samples/01-physics_$(OS)
 	-@rm -rf samples/02-animation_$(OS)
 
+.PHONY: codespell
+codespell:
+	codespell docs src tools tools-imgui --skip "Doxyfile.doxygen,*.ttf.h,*.png"
+
 .PHONY: clean
 clean: clean-samples
 	@echo Cleaning...