# kjr * April 6, 2017 CC=g++ string: string.o $(CC) -o string string.o string.o: string.c $(CC) -c string.c clean: rm string.o rm string.exe