Explorar o código

Updated example filename

raysan5 %!s(int64=11) %!d(string=hai) anos
pai
achega
5eff7d2642
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/makefile

+ 1 - 1
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