mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Use $(MAKE) instead of make in develop
This commit is contained in:
2
Makefile
2
Makefile
@@ -210,7 +210,7 @@ wwwman:
|
|||||||
# compilation and make the continous integration infrastructure return failure.
|
# compilation and make the continous integration infrastructure return failure.
|
||||||
|
|
||||||
develop:
|
develop:
|
||||||
$Qenv make -j WARNFLAGS="-Werror -Wall -Wextra -Wpedantic \
|
$Qenv $(MAKE) -j WARNFLAGS="-Werror -Wall -Wextra -Wpedantic \
|
||||||
-Wno-sign-compare -Wformat -Wformat-security -Wformat-overflow=2 \
|
-Wno-sign-compare -Wformat -Wformat-security -Wformat-overflow=2 \
|
||||||
-Wformat-truncation=1 -Wformat-y2k -Wswitch-enum -Wunused \
|
-Wformat-truncation=1 -Wformat-y2k -Wswitch-enum -Wunused \
|
||||||
-Wuninitialized -Wunknown-pragmas -Wstrict-overflow=5 \
|
-Wuninitialized -Wunknown-pragmas -Wstrict-overflow=5 \
|
||||||
|
|||||||
Reference in New Issue
Block a user