A make target to run prettier.

This commit is contained in:
Cory McWilliams 2024-03-08 21:43:08 -05:00
parent 0aa1ed9464
commit efe2b6cbd9

View File

@ -882,6 +882,10 @@ format:
@clang-format -i $(wildcard src/*.c src/*.h src/*.m)
.PHONY: format
prettier:
@npm run prettier
.PHONY: prettier
docs:
@doxygen
.PHONY: docs