add binary tree files to makefile

This commit is contained in:
Nayan Sawyer
2025-11-16 12:39:36 -05:00
parent fa977566ce
commit c4ca0e39e4

View File

@@ -5,7 +5,7 @@ RELEASE_FLAGS = -Wall -Wextra -DNDEBUG
# LFLAGS = -lpthread
# Source files
SRCS = main.c
SRCS = main.c binary-tree.c
# Object files definition
OBJS = $(SRCS:.c=.o)