
VOC = /opt/voc/bin/voc




all:
	$(VOC) -s compatIn.Mod vmake.Mod -M

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

install:
	cp vmake /opt/voc/bin/


