summary refs log tree commit diff stats
path: root/src/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/common')
-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