make

File Read

make -s --eval='$(file >/dev/stdout,$(file </path/to/input-file))' .

File Write

make -s --eval='$(file >/path/to/output-file,DATA)' .

Shell

make --eval='$(shell /bin/sh 1>&0)' .