Constantine Tarasenkov 9年前
コミット
e6ad166ae3
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      src/makefile

+ 1
- 1
src/makefile ファイルの表示

@ -115,7 +115,7 @@ rlgl.o: rlgl.c
$(CC) -c rlgl.c $(CFLAGS) $(INCLUDES) -D$(PLATFORM) -D$(GRAPHICS)
# compile glad module
raymath.o: glad.c
glad.o: glad.c
$(CC) -c glad.c $(CFLAGS) $(INCLUDES)
# compile shapes module

読み込み中…
キャンセル
保存