#
# Makefile.postamble
# LGDCommunicationKit examples, Release 1.0 (prerelease)
#
# Copyright (c) 1993, Looking Glass Design, Inc.
# All rights reserved.
#
# Project Manager:  Paul Girone
# Original Author:  Mike Gobbi
# Creation Date:    June 26, 1993
# $Revision: 1.2 $
#

$(NAME):: $(INITIAL_TARGETS) $(PRODUCT_DEPENDS)
	$(CC) $(OFILES) $(LDFLAGS) $(OTHER_LDFLAGS) -o $(NAME)
