Advertisement
Shore_Thing

Project 5 makefile

Apr 19th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. P5: P5.tab.o lex.yy.o
  2. cc -0 P5 lex.yy.0 P5.tab.o
  3.  
  4. P5.tab.o: P5.tab.c
  5. cc -c aa.tab.c
  6.  
  7. P5.tab.c: P5.y
  8. bison -d P5.y
  9.  
  10. lex.yy.o: lex.yy.c P5.tab.h
  11. cc -c lex.yy.c
  12.  
  13. lex.yy.c: P5.l P5.tab.c
  14. flex P5.l
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement