$ cat foo.sh echo $PWD $ cat make-foo all: sh foo.sh $ sh foo.sh /e/src/chicken-core $ make -f make-foo sh foo.sh e:/src/chicken-core