Parcourir la source

Updated example filename

pull/3/head
raysan5 il y a 10 ans
Parent
révision
5eff7d2642
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      examples/makefile

+ 1
- 1
examples/makefile Voir le fichier

@ -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

Chargement…
Annuler
Enregistrer