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 'bin') diff --git a/bin/Makefile b/bin/Makefile new file mode 100644 index 0000000..09a01c9 --- a/dev/null +++ b/bin/Makefile @@ -0,0 +1,13 @@ +clean: + @for i in *; do \ + test "$$i" == "CVS" && continue; \ + test "$$i" == "Makefile" && continue; \ + test "$$i" == "README" && continue; \ + test "$$i" == "getprofile" && continue; \ + test "$$i" == "opie-reorgfiles" && continue; \ + test "$$i" == "opie-sh-howto.sh" && continue; \ + test "$$i" == "qpe-reorgfiles" && continue; \ + rm $$i; \ + done + +all install ipk lupdate lrelease opie-lupdate opie-lrelease: -- cgit v0.9.0.2