# Generated automatically from Makefile.in by configure.
CC=gcc
LIBS=
INSTALL=/usr/bin/install -c
OBJS=tellme.o

all: tellme
clean:
	rm *.o tellme core
install:
	$(INSTALL) tellme /usr/local/bin/tellme
distclean:
	rm *.o tellme core config.status config.cache config.log config.h Makefile
.o:
	$(CC) -c $(CFLAGS) $@ 

tellme: $(OBJS)
	$(CC) -o tellme $(OBJS) $(LIBS)
