all: format fxsdk build-cg format: clang-format -style=file -i src/**.c inc/**.h clean: rm -Rf build-cg/ rm -f *.g3a .PHONY: format clean