feat: properties menu in Files and delete confirmation for directories
This commit is contained in:
@@ -57,7 +57,7 @@ SRCS := main.cpp
|
||||
OBJS := $(addprefix $(OBJDIR)/,$(SRCS:.cpp=.o))
|
||||
|
||||
TARGET := $(BINDIR)/os/test_dialogs.elf
|
||||
LOADER_LIB := $(BINDIR)/liblibloader.a
|
||||
LOADER_LIB := $(LIBDIR)/libloader/liblibloader.a
|
||||
LIBC_LIB := $(LIBDIR)/libc/liblibc.a
|
||||
|
||||
.PHONY: all clean
|
||||
|
||||
Reference in New Issue
Block a user