
all:
	@rm -f *.c *.h
	@cp ../*.c ../*.h .
	@u2d *.c *.h
	@rm -f *.c~ *.h~
	@echo "Execute mkdos.bat now"


