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