mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-09-06 18:38:26 +00:00
shader makefile: Don't rebuild twice. (#3768)
This commit is contained in:
committed by
GitHub
parent
4e6c5a0f3a
commit
116e155660
@@ -4,6 +4,3 @@
|
||||
#
|
||||
|
||||
include ../../scripts/shader-embeded.mk
|
||||
|
||||
rebuild:
|
||||
@make -s --no-print-directory clean all
|
||||
|
||||
@@ -4,6 +4,3 @@
|
||||
#
|
||||
|
||||
include ../../scripts/shader-embeded.mk
|
||||
|
||||
rebuild:
|
||||
@make -s --no-print-directory clean all
|
||||
|
||||
@@ -4,6 +4,3 @@
|
||||
#
|
||||
|
||||
include ../../../scripts/shader-embeded.mk
|
||||
|
||||
rebuild:
|
||||
@make -s --no-print-directory clean all
|
||||
|
||||
@@ -4,6 +4,3 @@
|
||||
#
|
||||
|
||||
include ../../../scripts/shader-embeded.mk
|
||||
|
||||
rebuild:
|
||||
@make -s --no-print-directory clean all
|
||||
|
||||
@@ -27,4 +27,3 @@ fonts: droidsans.ttf.h \
|
||||
icons_kenney.ttf.h
|
||||
|
||||
rebuild: fonts
|
||||
@make -s --no-print-directory clean all
|
||||
|
||||
@@ -4,6 +4,3 @@
|
||||
#
|
||||
|
||||
include ../../../scripts/shader-embeded.mk
|
||||
|
||||
rebuild:
|
||||
@make -s --no-print-directory clean all
|
||||
|
||||
@@ -4,6 +4,3 @@
|
||||
#
|
||||
|
||||
include ../../../scripts/shader-embeded.mk
|
||||
|
||||
rebuild:
|
||||
@make -s --no-print-directory clean all
|
||||
|
||||
Reference in New Issue
Block a user