CWD=$(shell pwd) all: @echo This makefile lives in $(CWD). ... Now when we run the build, we see the following output: Makefile:4: Invoking ...
確定! 回上一頁