all: struct fptr ref struct: struct.c main.c common.h $(CC) -Wall -Wextra -g -O2 -Ideps/conts/include -DSTRUCT main.c -o struct fptr: fptr.c main.c common.h $(CC) -Wall -Wextra -g -O2 -Ideps/conts/include -DFPTR main.c -o fptr ref: ref.c common.h $(CC) -Wall -Wextra -g -O2 ref.c -o ref