include t:make.env
include dlgsrc:makefile.defaults
include dlgsrc:makefile.execlink

All:  RepairLevels

RepairLevels: RepairLevels.o
	@$(elink)
	@Copy $@ DLGSrc:Distribution/c/$@


RepairLevels.o:   RepairLevels.c $(DLGPragma) $(DLGInc)DLG.h $(Vers) $(Touch) $(Link)IO.h

