-rw-r--r-- | examples/python/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/python/Makefile b/examples/python/Makefile new file mode 100644 index 0000000..00dddbc --- a/dev/null +++ b/examples/python/Makefile @@ -0,0 +1,5 @@ +all: + install -d $(OPIEDIR)/bin/python/ + install -m 0755 *.py $(OPIEDIR)/bin/python/ + + |