makefile clean target

svn: r263
This commit is contained in:
Matthew Flatt 2005-06-28 20:08:09 +00:00
parent de84c91d1a
commit b4c18280df

View File

@ -223,7 +223,7 @@ clean@NOT_OSX@:
/bin/rm -rf tmp[123456789] tests/tmp[123456789] tests/sub[123]
/bin/rm -f tests/*~
/bin/rm -f *.@LTO@ core
/bin/rm -f mzdyn.o libmzgc.@LIBSFX@ libmzscheme.@LIBSFX@ libdl.a mzscheme mzscheme.multiboot
/bin/rm -f mzdyn.o libmzgc.@LIBSFX@ libmzscheme.@LIBSFX@ libmzscheme3m.@LIBSFX@ libdl.a mzscheme mzscheme.multiboot
/bin/rm -f include/macosxpre
/bin/rm -f include/macosxpre.p
cd gc; $(MAKE) clean