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-01-24 09:36:38