CHARMC=../../../../bin/charmc $(OPTS)

pgm: switchinsert.C
	$(CHARMC) -o pgm switchinsert.C -lcomm -language converse++

clean:
	rm -f core *.cpm.h
	rm -f TAGS *.o
	rm -f pgm
	rm -f conv-host charmrun
