#
# Makefile - Makefile to build pic16 stack tracing support function
#
# This file is part of the GNU PIC Library.
#
# January, 2004
# The GNU PIC Library is maintained by,
# 	Vangelis Rokas <vrokas@otenet.gr>
#
# $Id: Makefile,v 1.1 2004/11/04 12:34:48 vrokas Exp $
#
#


SRCS	=	gstack


include ../Makefile.rules


all: build-library

build-library: $(OFILES)
