mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 09:08:22 -05:00
10 lines
220 B
Makefile
10 lines
220 B
Makefile
|
#
|
||
|
# Copyright 2011-2014 Branimir Karadzic. All rights reserved.
|
||
|
# License: http://www.opensource.org/licenses/BSD-2-Clause
|
||
|
#
|
||
|
|
||
|
include ../../../premake/shader-embeded.mk
|
||
|
|
||
|
rebuild:
|
||
|
@make -s --no-print-directory clean all
|