Makefile
Pattern Rules
%.o: %.SAutomatic Variables
%@ # Target filename
%< # First prerequisite name
%^ # All rerequisites namesLast updated
Was this helpful?
%.o: %.S%@ # Target filename
%< # First prerequisite name
%^ # All rerequisites namesLast updated
Was this helpful?