From 5eff7d2642b2ef00668bb92b3ec320500b89b0d7 Mon Sep 17 00:00:00 2001 From: raysan5 Date: Tue, 30 Sep 2014 00:00:52 +0200 Subject: [PATCH] Updated example filename --- examples/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/makefile b/examples/makefile index 0b7ec36cc..1b9f316c4 100644 --- a/examples/makefile +++ b/examples/makefile @@ -154,7 +154,7 @@ shapes_basic_shapes: shapes_basic_shapes.c $(CC) -o $@ $< $(CFLAGS) $(INCLUDES) $(LFLAGS) $(LIBS) -D$(PLATFORM) $(WINFLAGS) # 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) # compile [shapes] example - raylib logo animation