x10: x10-amh.c x10-amh.h
	g++ $(CFLAGS) x10-amh.c $(LDFLAGS) -o x10

install:
	install -m 755 -o root -g root x10 $(prefix)/bin/x10
	install -m 644 -o root -g root x10.1 $(prefix)/usr/man/man1/x10.1

clean:
	- rm -f x10

distclean: clean
