From 81a955888e37079dc24147763c07a5f25529db80 Mon Sep 17 00:00:00 2001 From: fedir Date: Fri, 7 Feb 2025 12:38:36 +0100 Subject: [PATCH] Updated Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8cc5d07..e15f61a 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ else LDFLAGS += endif -SOURCES_DIR := ./sources +SOURCES_DIR := ./src BUILD_DIR := ./build build: $(BUILD_DIR)/main.o $(BUILD_DIR)/sourcefs.o $(BUILD_DIR)/ui-socket.o