-rw-r--r-- | plugins/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/Makefile b/plugins/Makefile new file mode 100644 index 0000000..4863bd0 --- a/dev/null +++ b/plugins/Makefile | |||
@@ -0,0 +1,4 @@ | |||
1 | clean: | ||
2 | find -name "*.so*" -print0 | xargs -0 rm -f | ||
3 | |||
4 | all install ipk lupdate lrelease opie-lupdate opie-lrelease: | ||