From 1e76e0b6431613a264b67c7c71bf1bbacfa893f0 Mon Sep 17 00:00:00 2001 From: tma Date: Wed, 26 Oct 2005 22:59:30 +0000 Subject: * Small changes to distclean target from vapier git-svn-id: svn://svn.icculus.org/quake3/trunk@184 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/tools/lcc/makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'code/tools/lcc') diff --git a/code/tools/lcc/makefile b/code/tools/lcc/makefile index c67a526..7f78156 100644 --- a/code/tools/lcc/makefile +++ b/code/tools/lcc/makefile @@ -252,6 +252,7 @@ clean:: testclean $(RM) $(BD)rcc.c $(BD)rcc.h $(RM) $(BD)rcc1$(E) $(BD)rcc1$(E) $(BD)1rcc$(E) $(BD)2rcc$(E) $(RM) $(BD)*.ilk + $(RM) -r $(BD) clobber:: clean $(RM) $(BD)q3rcc$(E) $(BD)2html$(E) $(BD)pass2$(E) $(BD)lburg$(E) $(BD)q3cpp$(E) $(BD)q3lcc$(E) $(BD)bprint$(E) $(BD)*$(A) -- cgit v1.2.3