|
|
@ -649,8 +649,12 @@ OTHERS = \ |
|
|
|
others/embedded_files_loading \
|
|
|
|
others/raylib_opengl_interop \
|
|
|
|
others/raymath_vector_angle \
|
|
|
|
others/rlgl_compute_shader \
|
|
|
|
others/rlgl_standalone |
|
|
|
others/rlgl_compute_shader |
|
|
|
|
|
|
|
ifeq ($(TARGET_PLATFORM), PLATFORM_DESKTOP_GFLW) |
|
|
|
OTHERS += others/rlgl_standalone |
|
|
|
endif |
|
|
|
|
|
|
|
|
|
|
|
CURRENT_MAKEFILE = $(lastword $(MAKEFILE_LIST)) |
|
|
|
|
|
|
|