mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-18 05:25:46 +01:00
fix: incorrect gl.c path
This commit is contained in:
2
Makefile
2
Makefile
@@ -38,7 +38,7 @@ endif
|
|||||||
# find all the source files using wildcards
|
# find all the source files using wildcards
|
||||||
# NOTE: MS-DOS and MS-Windows uses backslash `\`, this might break.
|
# NOTE: MS-DOS and MS-Windows uses backslash `\`, this might break.
|
||||||
RES := $(wildcard res/*)
|
RES := $(wildcard res/*)
|
||||||
SRC := $(wildcard src/*.c src/*/*.c src/*/*/*.c src/*/*/*/*.c src/*/*/*/*/*.c src/*/*/*/*/*/*.c src/*/*/*/*/*/*/*.c src/*/*/*/*/*/*/*/*.c) lib/glad/gl.c
|
SRC := $(wildcard src/*.c src/*/*.c src/*/*/*.c src/*/*/*/*.c src/*/*/*/*/*.c src/*/*/*/*/*/*.c src/*/*/*/*/*/*/*.c src/*/*/*/*/*/*/*/*.c) lib/glad/src/gl.c
|
||||||
OBJ := $(SRC:%.c=obj/%.o) $(RES:%=obj/%.o)
|
OBJ := $(SRC:%.c=obj/%.o) $(RES:%=obj/%.o)
|
||||||
TSRC := $(wildcard test/*.c test/*/*.c test/*/*/*.c test/*/*/*/*.c test/*/*/*/*/*.c test/*/*/*/*/*/*.c test/*/*/*/*/*/*/*.c test/*/*/*/*/*/*/*/*.c)
|
TSRC := $(wildcard test/*.c test/*/*.c test/*/*/*.c test/*/*/*/*.c test/*/*/*/*/*.c test/*/*/*/*/*/*.c test/*/*/*/*/*/*/*.c test/*/*/*/*/*/*/*/*.c)
|
||||||
TOBJ := $(TSRC:%.c=obj/%.o)
|
TOBJ := $(TSRC:%.c=obj/%.o)
|
||||||
|
|||||||
Reference in New Issue
Block a user