SHELL=/bin/sh

# This file is public domain.

all:	alpha_num_cmp

clean:
	rm -f alpha_num_cmp *~

