CC=gcc CFLAGS=-std=c11 -Wall -g TARGETS=0-stringExample 1-calloc 2-memCorruption 3-calleeAllocates all: ${TARGETS} clean: rm -f *~ ${TARGETS}