Test commit

llvm-svn: 3790
This commit is contained in:
Chris Lattner 2002-09-17 23:20:47 +00:00
parent d60141cea9
commit c62d335023

View File

@ -56,6 +56,7 @@ FE_OBJS = \
y.tab.o
all: burg
burg: $(BU_OBJS) $(FE_OBJS)
$(CC) -o burg $(CFLAGS) $(BU_OBJS) $(FE_OBJS)