mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 20:13:32 +01:00
py-run.mk: Add dummy test target
Directories with py-run.mk error out on the test target, so add a no-op test target. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
a0b8deec21
commit
a64cd918dd
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ all:
|
|||
install:
|
||||
clean:
|
||||
distclean:
|
||||
test:
|
||||
|
||||
run:
|
||||
$(PYTHON) $(EXE) $(EXE_ARGS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue