summaryrefslogtreecommitdiff
path: root/examples
authorclem <clem>2004-10-19 16:01:28 (UTC)
committer clem <clem>2004-10-19 16:01:28 (UTC)
commit737eb943b4d38399f01838a4bb6784f64f6cf42e (patch) (side-by-side diff)
tree3dcf57d8fa9dc3f811c3d2fbf0e12ba7b339627d /examples
parentee87df9dcff32fe544e29b216edecaf2447c4a07 (diff)
downloadopie-737eb943b4d38399f01838a4bb6784f64f6cf42e.zip
opie-737eb943b4d38399f01838a4bb6784f64f6cf42e.tar.gz
opie-737eb943b4d38399f01838a4bb6784f64f6cf42e.tar.bz2
Added a clean: target so make clean will succeed
Diffstat (limited to 'examples') (more/less context) (ignore whitespace changes)
-rw-r--r--examples/python/Makefile1
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
@@ -2,4 +2,5 @@ all:
install -d $(OPIEDIR)/bin/python/
install -m 0755 *.py $(OPIEDIR)/bin/python/
+clean: