summaryrefslogtreecommitdiff
path: root/examples/python/Makefile
authormickeyl <mickeyl>2004-06-03 14:20:36 (UTC)
committer mickeyl <mickeyl>2004-06-03 14:20:36 (UTC)
commit1bf6e815f8c23c7efbcdd90950677787d5ad5025 (patch) (side-by-side diff)
treeaa02c6173aad8d2123e4f5079ed75fa835ecc808 /examples/python/Makefile
parentab64bb1364453b9853bac39b9a5c3ce278cff379 (diff)
downloadopie-1bf6e815f8c23c7efbcdd90950677787d5ad5025.zip
opie-1bf6e815f8c23c7efbcdd90950677787d5ad5025.tar.gz
opie-1bf6e815f8c23c7efbcdd90950677787d5ad5025.tar.bz2
first python example done
Diffstat (limited to 'examples/python/Makefile') (more/less context) (show whitespace changes)
-rw-r--r--examples/python/Makefile5
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/
+
+