test_array: lab3.c test_list.c
	clang -DARRAY array_list.o test_list.c -o test_array

clean:
	rm -f test_array
