-rw-r--r-- | examples/python/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/python/Makefile b/examples/python/Makefile index 00dddbc..b2a5700 100644 --- a/examples/python/Makefile +++ b/examples/python/Makefile | |||
@@ -1,5 +1,6 @@ | |||
1 | all: | 1 | all: |
2 | install -d $(OPIEDIR)/bin/python/ | 2 | install -d $(OPIEDIR)/bin/python/ |
3 | install -m 0755 *.py $(OPIEDIR)/bin/python/ | 3 | install -m 0755 *.py $(OPIEDIR)/bin/python/ |
4 | 4 | ||
5 | clean: | ||
5 | 6 | ||