소스 검색

Updated example filename

pull/3/head
raysan5 10 년 전
부모
커밋
5eff7d2642
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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

불러오는 중...
취소
저장