Updated Makefile

This commit is contained in:
fedir 2025-02-07 12:38:36 +01:00
parent 8f8841c7d9
commit 81a955888e

View File

@ -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