author | clem <clem> | 2004-10-19 16:01:28 (UTC) |
---|---|---|
committer | clem <clem> | 2004-10-19 16:01:28 (UTC) |
commit | 737eb943b4d38399f01838a4bb6784f64f6cf42e (patch) (unidiff) | |
tree | 3dcf57d8fa9dc3f811c3d2fbf0e12ba7b339627d | |
parent | ee87df9dcff32fe544e29b216edecaf2447c4a07 (diff) | |
download | opie-737eb943b4d38399f01838a4bb6784f64f6cf42e.zip opie-737eb943b4d38399f01838a4bb6784f64f6cf42e.tar.gz opie-737eb943b4d38399f01838a4bb6784f64f6cf42e.tar.bz2 |
Added a clean: target so make clean will succeed
-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 | ||