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