Last active
March 15, 2020 22:49
-
-
Save thunderInfy/016379d25cac9b85a4541090baa42567 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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