From 97492d5628f603856df9a3dd2abd55d33918dc4f Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Mon, 10 Jan 2005 04:58:42 +0000 Subject: better templates, some minor changes build system: added profiler mode, more fixes svn path=/trunk/; revision=2486 --- externals/grill/flext/buildsys/lnx/gnumake-gcc-ext.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'externals/grill/flext/buildsys/lnx/gnumake-gcc-ext.inc') diff --git a/externals/grill/flext/buildsys/lnx/gnumake-gcc-ext.inc b/externals/grill/flext/buildsys/lnx/gnumake-gcc-ext.inc index e2c15730..1e2d61d3 100644 --- a/externals/grill/flext/buildsys/lnx/gnumake-gcc-ext.inc +++ b/externals/grill/flext/buildsys/lnx/gnumake-gcc-ext.inc @@ -31,7 +31,7 @@ $(TARGET):: $(COBJS) $(CPPOBJS) ############################################## _clean_: - rm $(COBJS) $(CPPOBJS) $(TARGET) + -rm -r $(TARGETPATH) ############################################## -- cgit v1.2.1