6 lines
92 B
Makefile
6 lines
92 B
Makefile
|
|
SRC_DIR = srcs
|
|
SRCS = $(SRC_DIR)/main.c
|
|
|
|
TESTS_DIR = tests
|
|
TESTS= $(TESTS_DIR)/test_main.c
|