Skip to content

Commit

Permalink
Update Makefile for metal
Browse files Browse the repository at this point in the history
  • Loading branch information
ColleagueRiley authored Oct 20, 2024
1 parent 4832e9d commit be13748
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -84,16 +84,16 @@ 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 \
examples/gl33/gl33 \
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

Expand Down

0 comments on commit be13748

Please sign in to comment.