@ -3,6 +3,13 @@ FLEX := flex
LEX := lexicalStructure.lex
EXE := alpha
CFLAGS :=
YACC := bison
parser : lex.yy.c grammar.tab.c
$(CC) -o parser lex.yy.c grammar.tab.c
grammar.tab.c: grammar.y
$(YACC) -d grammar.y
compiler: lex.yy.c runner.o runner
The note is not visible to the blocked user.
Proudly self-hosted by Cole Deck. Fast loading powered by Turbo.