#
#
#

CC	= gcc
PREFIX=/usr/local
INSTALL	=cp

all:	tagput

tagput:	tagput.c


install:
	${INSTALL} tagput ${PREFIX}/bin
