#
# This is a simple makefile ( not to be confused with a useful one )

x10-amh: x10-amh.c x10-amh.h
	g++ -O -Wall -o x10-amh x10-amh.c
	strip x10-amh
