mirror of
https://github.com/opus-tango/DSA-reference.git
synced 2026-03-19 19:52:50 +00:00
add binary tree files to makefile
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user