CC = cc CFLAGS = -g -Wall LDFLAGS = -static all: files drawn/monthly composed photographed/monthly .c: $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< clean: rm -f files drawn/monthly composed photographed/monthly rm -f files.html files.html.bup drawn/*.html drawn/*.html.bup composed.html photographed/*.html photographed/*.html.bup