makefile 250 B

12345678910
  1. #
  2. # Copyright 2011-2025 Branimir Karadzic. All rights reserved.
  3. # License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
  4. #
  5. BGFX_DIR=../..
  6. RUNTIME_DIR=$(BGFX_DIR)/examples/runtime
  7. BUILD_DIR=../../.build
  8. include $(BGFX_DIR)/scripts/shader.mk