We need a support for suffix rules, so %.o: %.c will get file names ending with .c and apply file target with name of file, but firstly suffix .c will be replaced with suffix .o .
--- old+++ new@@ -1 +1 @@-We need a support for suffix rules, so %.O: %.c will get file names ending with .c and apply file target with name of file, but firstly suffix .c will be replaced with suffix.o .+We need a support for suffix rules, so %.o: %.c will get file names ending with .c and apply file target with name of file, but firstly suffix .c will be replaced with suffix .o .
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Diff: