regress:
	bin/REGRESS

binary:
	bin/GRAB_BINARY

all: regress binary

clean:
	rm -rf DIFFS core *.core BINARY_* OUTPUT_*
