38:35f67a8ef875 | 39:bf8ab7bb74ff |
---|---|
26 # POSSIBILITY OF SUCH DAMAGE. | 26 # POSSIBILITY OF SUCH DAMAGE. |
27 # | 27 # |
28 | 28 |
29 include ../$(CONF).mk | 29 include ../$(CONF).mk |
30 | 30 |
31 SRC = main.c list_tests.c dlist_tests.c mpool_tests.c map_tests.c | 31 SRC = main.c list_tests.c dlist_tests.c mpool_tests.c map_tests.c string_tests.c |
32 | 32 |
33 OBJ = $(SRC:%.c=../build/%.$(OBJ_EXT)) | 33 OBJ = $(SRC:%.c=../build/%.$(OBJ_EXT)) |
34 | 34 |
35 all: ../build/test1 | 35 all: ../build/test1 |
36 | 36 |