File size: 152 Bytes
92674ed
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
SIOD =  siod.scm web.scm cstr.scm fringe.scm

.copy_from_est: $(SIOD)

$(SIOD) :
	@echo 'Copy $@ from EST/lib/siod'
	-del $@
	copy $(EST)\lib\siod\$@ $@