Skip to content

Commit d7ff159

Browse files
committed
ref: remove objects form codebase
1 parent 17417e0 commit d7ff159

6 files changed

Lines changed: 0 additions & 15 deletions

File tree

Makefile

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,6 @@ banner:
2626
@echo " ╚═╝ ╚══╝ ╚════╝ ╚═╝ ╚══════╝ ╚════╝ ╚══════╝╚═╝ "
2727
@echo "
2828

29-
# @echo " ____ _ "
30-
# @echo "| _ \\ ___ ___ _ _ _ __ ___ ___ _ __ | |_ "
31-
# @echo "| | | |/ _ \\ / __| | | | '_ \` _ \\ / _ \\ '_ \\| __|"
32-
# @echo "| |_| | (_) | (__| |_| | | | | | | __/ | | | |_ "
33-
# @echo "|____/ \\___/ \\___|\\__,_|_| |_| |_|\\___|_| |_|\\__|"
34-
# @echo
35-
# @echo " "
36-
# @echo "| \\/ | __ _ _ __ __ _ __ _ ___ _ __ "
37-
# @echo "| |\\/| |/ _\` | '_ \\ / _\` |/ _\` |/ _ \\ '__| "
38-
# @echo "| | | | (_| | | | | (_| | (_| | __/ | "
39-
# @echo "|_| |_|\\__,_|_| |_|\\__,_|\\__, |\\___|_| "
40-
# @echo " |___/ "
41-
# @echo
42-
43-
"
4429
$(TARGET): $(OBJS)
4530
@mkdir -p $(BIN_DIR)
4631
$(CC) $(OBJS) -o $(TARGET) $(LDFLAGS)

bin/dms

-25.7 KB
Binary file not shown.

obj/cli.o

-5.48 KB
Binary file not shown.

obj/file_ops.o

-9.13 KB
Binary file not shown.

obj/main.o

-2.42 KB
Binary file not shown.

obj/utils.o

-8.23 KB
Binary file not shown.

0 commit comments

Comments
 (0)