Skip to content

Instantly share code, notes, and snippets.

@thunderInfy
Last active March 15, 2020 22:49
Show Gist options
  • Select an option

  • Save thunderInfy/016379d25cac9b85a4541090baa42567 to your computer and use it in GitHub Desktop.

Select an option

Save thunderInfy/016379d25cac9b85a4541090baa42567 to your computer and use it in GitHub Desktop.
all:
flex flexcode.l
bison -d bisoncode.y
gcc -o executable bisoncode.tab.c lex.yy.c -lfl
clean:
rm -f bisoncode.tab.c
rm -f bisoncode.tab.h
rm -f bisoncode.output
rm -f lex.yy.c
rm -f executable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment