FILES = \
	genInitFiles \
	link_cc \
	svi \
	sgrep \
	run_link \
	redit \
	rgrep

all: $(FILES)
	chmod +x [a-z]*

clean:
	- rm -f instantiate genMethods
