# Rudimetary makefile CC=gcc CFLAGS= -ggdb ap: arithmetic_progressions.c $(CC) -o $@ $< $(CFLAGS) clean: rm ap