Makefile

Pattern Rules

%.o: %.S

Automatic Variables

%@ # Target filename
%< # First prerequisite name
%^ # All rerequisites names

Last updated