Diff

Differences From Artifact [0b69684cf7]:

To Artifact [1e7d1c5fcd]:


50
51
52
53
54
55
56

57
58
59
60
	rm -f tclsh.o tclsh tclsh.exe
	rm -f wish.o wish wish.exe

distclean: clean
	rm -f config.status config.log
	rm -f *~
	rm -f Makefile


mrproper: distclean

.PHONY: all clean distclean







>




50
51
52
53
54
55
56
57
58
59
60
61
	rm -f tclsh.o tclsh tclsh.exe
	rm -f wish.o wish wish.exe

distclean: clean
	rm -f config.status config.log
	rm -f *~
	rm -f Makefile
	rm -rf starpack.vfs

mrproper: distclean

.PHONY: all clean distclean