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)