CFLAGS = -g -Wall

string_length: string_length.o
	$(CC) -o string_length string_length.o -lm


tar:
	tar -cvf string.tar basic.dat *.c Makefile
