Просмотр исходного кода

makefile: add codespell target

Daniele Bartolini 5 лет назад
Родитель
Сommit
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...