From 28bb6070e64f25aa6ff64f81b59a7f52e12d4092 Mon Sep 17 00:00:00 2001 From: justanothercatgirl Date: Wed, 26 Jun 2024 22:21:04 +0300 Subject: Finished and kind of tested linked list HASH MAP IS "finished" BUT UNTESTED AT ALL, I WILL TEST AND WORK ON IT TOMORROW --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 427fcdb..1e1397a 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,8 @@ container: tests/dynarray.c tests/dynarray_struct.c tests/obscure.c tests/binary ./$@ $(CC) $(CFLAGS) -o $@ tests/types.c ./$@ - + $(CC) $(CFLAGS) -o $@ tests/linked_list.c + ./$@ rm $@ -- cgit v1.2.3-70-g09d2