This commit is contained in:
Alex 2023-03-23 05:29:35 +02:00
parent c63330527d
commit 0c10aac7df
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

View File

@ -2,7 +2,7 @@
include ../Makefile.conf include ../Makefile.conf
build: build:
ifneq ($(NEWLIB),1) ifeq ($(NEWLIB),1)
make -C mlibc build make -C mlibc build
else else
mkdir -p out mkdir -p out