From 0c10aac7dfff54209686b439726aa4e05c0e1773 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 23 Mar 2023 05:29:35 +0200 Subject: [PATCH] Typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7e90a38..f44a35a 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ include ../Makefile.conf build: -ifneq ($(NEWLIB),1) +ifeq ($(NEWLIB),1) make -C mlibc build else mkdir -p out