mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-18 13:03:58 +01:00
py-*.mk: Fill PYTHONPATH from build dependencies
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
c5be183a73
commit
cdabaad7ef
3 changed files with 23 additions and 15 deletions
|
|
@ -1,4 +1,7 @@
|
|||
include $(MODDIR)/make/defs.mk
|
||||
include $(MODDIR)/make/py-defs.mk
|
||||
include $(MODDIR)/make/scripts-targets.mk
|
||||
include $(MODDIR)/make/rules.mk
|
||||
|
||||
EXE ?= $(firstword $(wildcard main.py runme.py *.py))
|
||||
EXE_ARGS ?=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue