1ab27e277b
Only these four makefiles had these hardcoded paths. All other makefiles don't specify the bgfx dir name.
10 lines
227 B
Makefile
10 lines
227 B
Makefile
#
|
|
# Copyright 2011-2021 Branimir Karadzic. All rights reserved.
|
|
# License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
|
|
#
|
|
|
|
include ../../../scripts/shader-embeded.mk
|
|
|
|
rebuild:
|
|
@make -s --no-print-directory clean all
|