From 6fd8c7244a26aefb23cc30c501319cf7b905b7f5 Mon Sep 17 00:00:00 2001 From: dzruyk Date: Sat, 9 Apr 2022 03:24:57 +0300 Subject: [PATCH] remove unused targets from makefile --- Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index df6b5a2..40376cf 100644 --- a/Makefile +++ b/Makefile @@ -9,9 +9,5 @@ $(sort_bin): sort.o clean: rm *.o $(sort_bin) -test: $(heap_bin) $(arrheap_bin) $(vector_bin) $(list_bin) - $(vector_bin) - $(list_bin) - $(hash_bin) - $(heap_bin) - $(arrheap_bin) +test: $(sort_bin) + $(sort_bin)