summary refs log tree commit diff stats
path: root/src/common/makefile.mak
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2010-08-24 20:46:59 +0200
committerberkeviktor@aol.com <berkeviktor@aol.com>2010-08-24 20:46:59 +0200
commitb9ece5464e14c5ee02dd9d2ee42b01946497954a (patch)
tree9a38069f1c6f27495c6ae556298215fcdfee98ae /src/common/makefile.mak
parentcbcf58aba6497db777fe41d0b9651d0b905c9605 (diff)
even more cleanup
Diffstat (limited to 'src/common/makefile.mak')
-rw-r--r--src/common/makefile.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/makefile.mak b/src/common/makefile.mak
index 12ac05cd..edd2b905 100644
--- a/src/common/makefile.mak
+++ b/src/common/makefile.mak
@@ -9,5 +9,5 @@ xchatcommon.lib: $(COMMON_OBJECTS)
 	$(CC) $(CFLAGS) $(GLIB) $<
 
 clean:
-	del *.obj
-	del xchatcommon.lib
+	@del *.obj
+	@del xchatcommon.lib