diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-24 20:46:59 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-24 20:46:59 +0200 |
commit | b9ece5464e14c5ee02dd9d2ee42b01946497954a (patch) | |
tree | 9a38069f1c6f27495c6ae556298215fcdfee98ae /src/common/makefile.mak | |
parent | cbcf58aba6497db777fe41d0b9651d0b905c9605 (diff) |
even more cleanup
Diffstat (limited to 'src/common/makefile.mak')
-rw-r--r-- | src/common/makefile.mak | 4 |
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 |