remove unused targets from makefile

This commit is contained in:
dzruyk
2022-04-09 03:24:57 +03:00
parent 6720dc58cd
commit 6fd8c7244a

View File

@@ -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)