py-run.mk: Remove dead code
Remove disabled included statements which are not going to be enabled anymore. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
d59dba37e0
commit
6743808000
1 changed files with 0 additions and 2 deletions
|
|
@ -1,7 +1,5 @@
|
|||
include $(JWBDIR)/make/defs.mk
|
||||
include $(JWBDIR)/make/py-defs.mk
|
||||
#include $(JWBDIR)/make/scripts-targets.mk
|
||||
#include $(JWBDIR)/make/rules.mk
|
||||
|
||||
EXE ?= $(firstword $(wildcard main.py runme.py test.py *.py))
|
||||
EXE_ARGS ?=
|
||||
|
|
|
|||
Loading…
Reference in a new issue