Skip to content

Makefile tricks

Print the commands that would be executed, but do not execute them.

make -n target

Export env var to all child processes (do not use quotes (“src”) as they will be encoded literally).

export PYTHONPATH = src

Page last modified: 2024-09-25 08:35:47