@@ -13,19 +13,22 @@ $(RC) -o kit.res.o $(CPPFLAGS) kit.rc kit: $(OBJS) $(ARCHS) $(CC) $(CPPFLAGS) $(CFLAGS) -o kit $(OBJS) $(ARCHS) $(LDFLAGS) $(LIBS) -mk4tcl.tcl.h: mk4tcl.tcl - ./stringify.tcl mk4tcl.tcl > mk4tcl.tcl.h +boot.tcl.h: boot.tcl + ./stringify.tcl boot.tcl > boot.tcl.h + +zipvfs.tcl.h: zipvfs.tcl + ./stringify.tcl zipvfs.tcl > zipvfs.tcl.h clean: rm -f kit $(OBJS) distclean: clean rm -f config.h Makefile config.log config.status rm -rf autom4te.cache mrproper: distclean - rm -f configure config.h mk4tcl.tcl.h + rm -f configure config.h boot.tcl.h zipvfs.tcl.h .PHONY: all clean distclean