
DefaultTarget: a

sources := a.c
objects := $(sources:.c=.o)

$(objects): CFLAGS += -ggdb
a.o:CFLAGS += -DAUTHOR='"myself"'
