mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
python-cli.mk: Add stub of python-cli.mk
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
2ffb97ada9
commit
bc640ab727
1 changed files with 13 additions and 0 deletions
13
make/python-cli.mk
Normal file
13
make/python-cli.mk
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
include $(MODDIR)/make/defs.mk
|
||||
|
||||
EXE ?= $(shell pwd).py
|
||||
EXE_PATH ?= ./$(EXE)
|
||||
|
||||
all:
|
||||
install:
|
||||
clean:
|
||||
distclean:
|
||||
|
||||
run:
|
||||
python -m $(shell echo $(patsubst %.py,%,$(EXE)) | sed 's%^\./%%; s%/%.%g') $(EXE_ARGS)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue