1CC ?= cc 2CFLAGS ?= -O3 -Wall -Wunused -Wmissing-prototypes -Wstrict-prototypes 3 4all: crackit crackit.c 5 $(CC) $(CFLAGS) -o crackit crackit.c