makefile 521 B

1234567891011121314151617
  1. #
  2. # Copyright 2011-2012 Branimir Karadzic. All rights reserved.
  3. # License: http://www.opensource.org/licenses/BSD-2-Clause
  4. #
  5. BGFX_DIR=../..
  6. RUNTIME_DIR=$(BGFX_DIR)/examples/runtime
  7. BUILD_DIR=../../.build
  8. include $(BGFX_DIR)/premake/shader.mk
  9. rebuild:
  10. @make -s --no-print-directory TARGET=0 clean all
  11. @make -s --no-print-directory TARGET=1 clean all
  12. @make -s --no-print-directory TARGET=2 clean all
  13. @make -s --no-print-directory TARGET=3 clean all
  14. @make -s --no-print-directory TARGET=4 clean all