# **********************************************************************
# *                                                                    *
# * Makefile for VME CAMAC	NOV-1991	Y.Takeuchi (TIT)       *
# *                                                                    *
# **********************************************************************

all:

clean:
	rm -f *~ core

touch:
	touch *
