From b861672a92c94a19bb7696b144310876b98ca424 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Sat, 27 Mar 2004 15:11:25 +0000 Subject: add mrproper as make target --- (limited to 'Makefile') diff --git a/Makefile b/Makefile index bb85223..c35af72 100644 --- a/Makefile +++ b/Makefile @@ -107,4 +107,9 @@ clean : $(TOPDIR)/.config apidox : doc/generate_apidox +mrproper : clean-configs + find . -name ".moc"|xargs rm -rf + find . -name ".obj"|xargs rm -rf + find . -name "*.pro"|xargs touch + include $(TOPDIR)/Rules.make -- cgit v0.9.0.2