Makefile Tutorial

Makefile Tutorial. Obj = $ (src:.c=.o) note that this is effectively saying that in the macro src,.c should be replaced with.o. An introduction to makefiles … Read more