10 lines
183 B
Makefile
10 lines
183 B
Makefile
|
|
SRC_DIR = srcs
|
|
MD_SRCS = $(SRC_DIR)/main.c.md \
|
|
$(SRC_DIR)/utils.c.md
|
|
|
|
INC_DIR = includes
|
|
MD_HDRS = $(INC_DIR)/utils.h.md \
|
|
|
|
TESTS_DIR = tests
|
|
TESTS = $(TESTS_DIR)/test_main.c \
|