all:  edt

edt:  edt_1.9.c scz_decompress.c  scz_routines.c
	cc -O edt_1.9.c -o edt

clean:
	rm -f edt
