Skip to content
Snippets Groups Projects
Commit 32c1742b authored by lang0909's avatar lang0909
Browse files

Add Makefile

parent 35adafca
No related branches found
No related tags found
No related merge requests found
Pipeline #2139 canceled
lexer: lexer.l ya.y
flex lexer.l
bison -d -b y ya.y
gcc y.tab.c lex.yy.c -ly -lfl
.PHONY: clean
clean:
rm -rf *.tab.c *.tab.h *.yy.c a.out
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment