mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-09 15:53:12 +00:00
Updated example filename
This commit is contained in:
parent
51688c004c
commit
5eff7d2642
@ -154,7 +154,7 @@ shapes_basic_shapes: shapes_basic_shapes.c
|
|||||||
$(CC) -o $@ $< $(CFLAGS) $(INCLUDES) $(LFLAGS) $(LIBS) -D$(PLATFORM) $(WINFLAGS)
|
$(CC) -o $@ $< $(CFLAGS) $(INCLUDES) $(LFLAGS) $(LIBS) -D$(PLATFORM) $(WINFLAGS)
|
||||||
|
|
||||||
# compile [shapes] example - raylib color palette
|
# compile [shapes] example - raylib color palette
|
||||||
shapes_color_palette: shapes_color_palette.c
|
shapes_colors_palette: shapes_colors_palette.c
|
||||||
$(CC) -o $@ $< $(CFLAGS) $(INCLUDES) $(LFLAGS) $(LIBS) -D$(PLATFORM) $(WINFLAGS)
|
$(CC) -o $@ $< $(CFLAGS) $(INCLUDES) $(LFLAGS) $(LIBS) -D$(PLATFORM) $(WINFLAGS)
|
||||||
|
|
||||||
# compile [shapes] example - raylib logo animation
|
# compile [shapes] example - raylib logo animation
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user