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 'Makefile') diff --git a/Makefile b/Makefile index a85ed57..c33bb00 100644 --- a/Makefile +++ b/Makefile @@ -118,6 +118,9 @@ endif SUBDIRS = $(subdir-y) all clean install ipk: $(SUBDIRS) + make -C bin clean + make -C lib clean + make -C plugins clean lupdate lrelease: @for i in $(SUBDIRS); do $(MAKE) -C $$i $@; done -- cgit v0.9.0.2