changeset 452:1eefdf914c2d

Add i386/*.o to make clean.
author Rob Landley <rob@landley.net>
date Sat, 12 May 2007 00:33:24 -0400
parents 43ba14a107b0
children a70ac19d704b
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sat May 12 00:30:09 2007 -0400
+++ b/Makefile	Sat May 12 00:33:24 2007 -0400
@@ -220,7 +220,7 @@
 clean:
 	rm -f *~ *.o *.a tcc tcc.1 tcct tcc_g tcctest.ref *.bin *.i ex2 \
            core gmon.out test.out test.ref a.out tcc_p \
-           *.exe *.lib tcc.pod libtcc_test \
+           *.exe *.lib tcc.pod libtcc_test i386/*.o \
            tcctest[1234] test[1234].out $(PROGS) win32/lib/*.o
 
 distclean: clean