
VOC = /opt/voc/bin/voc

all:
	$(VOC) -s vt100.Mod crt.Mod crttest.Mod -M

clean:
	rm *.h
	rm *.c
	rm *.o
	rm *.sym
