jw-pkg/make/python-cli.mk
Jan Lindemann bc640ab727 python-cli.mk: Add stub of python-cli.mk
Signed-off-by: Jan Lindemann <jan@janware.com>
2016-05-03 12:07:08 +00:00

13 lines
250 B
Makefile

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)