diff --git a/scripts/Makefile b/scripts/Makefile index 44e2f969..4fad74a0 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -1,5 +1,7 @@ TOPDIR = .. +EXE_SH += $(wildcard jannet jcs) +DONT_INSTALL = __init__.py + include $(TOPDIR)/make/proj.mk -EXE_SH += $(wildcard jannet jcs) include $(JWBDIR)/make/scripts.mk diff --git a/scripts/__init__.py b/scripts/__init__.py new file mode 100644 index 00000000..9ae12617 --- /dev/null +++ b/scripts/__init__.py @@ -0,0 +1,2 @@ +import sys, os +sys.path.insert(0, os.path.abspath(os.path.dirname(__file__) + '/../src/python')) diff --git a/scripts/jw b/scripts/jw deleted file mode 120000 index b4710af0..00000000 --- a/scripts/jw +++ /dev/null @@ -1 +0,0 @@ -../src/python/jw \ No newline at end of file