make to work again

This commit is contained in:
ceriel
1988-07-14 09:15:21 +00:00
parent 02154c02b2
commit 351429c19c
5 changed files with 23 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ LDFLAGS=-i
LINTOPTS=-hbxac $(PREFLAGS)
LIBS=../../lib/em_data.a
# LEXLIB is system dependent, try -ll or -lln first
LEXLIB=-lln
LEXLIB = -lln
cgg: bootgram.o main.o bootlex.o
$(CC) $(LDFLAGS) bootgram.o main.o bootlex.o $(LIBS) $(LEXLIB) -o cgg