From be13748b8ba18e6d1cb07ce6af420dbbd98b07e1 Mon Sep 17 00:00:00 2001 From: Colleague Riley Date: Sat, 19 Oct 2024 23:42:30 -0400 Subject: [PATCH] Update Makefile for metal --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index c192323..521f796 100644 --- a/Makefile +++ b/Makefile @@ -84,8 +84,7 @@ EXAMPLE_OUTPUTS = \ examples/silk/silk \ examples/events/events \ examples/callbacks/callbacks \ - examples/first-person-camera/camera \ - examples/metal + examples/first-person-camera/camera EXAMPLE_OUTPUTS_CUSTOM = \ examples/microui_demo/microui_demo \ @@ -93,7 +92,8 @@ EXAMPLE_OUTPUTS_CUSTOM = \ examples/portableGL/pgl \ examples/gles2/gles2 \ examples/vk10/vk10 \ - examples/dx11/dx11 + examples/dx11/dx11 \ + examples/metal/metal all: xdg-shell.c $(EXAMPLE_OUTPUTS) $(EXAMPLE_OUTPUTS_CUSTOM) libRGFW$(LIB_EXT) libRGFW.a