From 5ffc2d648eb49f180cf8f91c4dffead13b7de221 Mon Sep 17 00:00:00 2001 From: uNetworkingAB <110806833+uNetworkingAB@users.noreply.github.com> Date: Fri, 4 Nov 2022 08:03:08 +0100 Subject: [PATCH] Update Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7cdf261..854c7ae 100644 --- a/Makefile +++ b/Makefile @@ -13,5 +13,5 @@ all: default .\build.exe all || .\a.exe all default: - $(MAKE) -C uSockets - $(CC) build.c \ No newline at end of file + make -C uSockets + $(CC) build.c