From c478a4ce71d4a874ac20e594e1c8ecc66f301146 Mon Sep 17 00:00:00 2001 From: schurig Date: Tue, 01 Jul 2003 06:45:55 +0000 Subject: make "make clean" clean up the bin, plugins and lib dir, too --- (limited to 'plugins') 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 @@ +clean: + find -name "*.so*" -print0 | xargs -0 rm -f + +all install ipk lupdate lrelease opie-lupdate opie-lrelease: -- cgit v0.9.0.2