From ec3079e3f4a0124c744ec7e5b7a3fe78d2bbca77 Mon Sep 17 00:00:00 2001 From: oskar Date: Fri, 10 May 2024 23:41:25 +0200 Subject: Implemented doubly linked list, fixed issued with singly linked list. Added some nicer visualization for both of them. --- test/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/Makefile (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile new file mode 100644 index 0000000..48a5814 --- /dev/null +++ b/test/Makefile @@ -0,0 +1,6 @@ +all: release +clean: + cd .. && make clean + +release: + cd .. && make tests -- cgit v1.2.3