Skip to content
Snippets Groups Projects
Commit 43bfeaa1 authored by lang0909's avatar lang0909
Browse files

Add Makefile

parent fc24490e
Branches
No related tags found
No related merge requests found
Pipeline #2134 canceled
samLexer: samLexer.l
flex samLexer.l
gcc parser.c lex.yy.c -lfl
.PHONY: clean
clean:
rm -rf *.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