mirror of
https://github.com/opus-tango/DSA-reference.git
synced 2026-03-20 03:55:22 +00:00
add binary tree files to makefile
This commit is contained in:
@@ -5,7 +5,7 @@ RELEASE_FLAGS = -Wall -Wextra -DNDEBUG
|
|||||||
# LFLAGS = -lpthread
|
# LFLAGS = -lpthread
|
||||||
|
|
||||||
# Source files
|
# Source files
|
||||||
SRCS = main.c
|
SRCS = main.c binary-tree.c
|
||||||
|
|
||||||
# Object files definition
|
# Object files definition
|
||||||
OBJS = $(SRCS:.c=.o)
|
OBJS = $(SRCS:.c=.o)
|
||||||
|
|||||||
Reference in New Issue
Block a user