Parent Directory
|
Revision Log
|
Revision Graph
Importing web-site building process.
1 | a.out: Getcomm.y Getcomm.lex GLOBALS.h |
2 | bison -p Getcomm -d -t Getcomm.y |
3 | flex -PGetcomm Getcomm.lex |
4 | cc lex.Getcomm.c Getcomm.tab.c |
5 | clean: |
6 | \rm lex.Getcomm.c Getcomm.tab.h Getcomm.tab.c |
7 | |
8 | # DO NOT DELETE |
ViewVC Help | |
Powered by ViewVC 1.1.22 |