Browse Source

pull/80/head
Constantine Tarasenkov 9 years ago
parent
commit
e6ad166ae3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/makefile

+ 1
- 1
src/makefile View File

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

Loading…
Cancel
Save