aboutsummaryrefslogtreecommitdiff
path: root/examples/makefile
diff options
context:
space:
mode:
authorraysan5 <raysan5@gmail.com>2014-09-30 00:00:52 +0200
committerraysan5 <raysan5@gmail.com>2014-09-30 00:00:52 +0200
commit5eff7d2642b2ef00668bb92b3ec320500b89b0d7 (patch)
treec466da91a0b3c5e681b69611af931c57e8e38254 /examples/makefile
parent51688c004cb9b41cd573b7f84ce8574ca2a4b9d7 (diff)
downloadraylib-5eff7d2642b2ef00668bb92b3ec320500b89b0d7.tar.gz
raylib-5eff7d2642b2ef00668bb92b3ec320500b89b0d7.zip
Updated example filename
Diffstat (limited to 'examples/makefile')
-rw-r--r--examples/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/makefile b/examples/makefile
index 0b7ec36c..1b9f316c 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