*** empty log message ***

This commit is contained in:
hyung-hwan 2005-05-24 02:28:22 +00:00
parent 4160dd0867
commit d1d1f6f797

View File

@ -1,4 +1,5 @@
SRCS = stx.c memory.c object.c symbol.c hash.c misc.c context.c
SRCS = stx.c memory.c object.c symbol.c class.c \
hash.c misc.c context.c token.c parser.c bootstrp.c
OBJS = $(SRCS:.c=.o)
OUT = libxpstx.a