#	Makefile for proto

proto:	proto.c
	cc -s -O proto.c -o ../../proto

tags:
	ctags proto.c
