Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
tomtsagk
/
dd_lang2
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Branch:
function_arguments
Branches
Tags
function_arguments
master
dd_lang2
/
makefile
makefile
102 B
Permalink
History
Raw
1
2
3
4
5
6
7
8
all:
flex lex.l
bison -d yacc.y
gcc *.c
clean:
rm -f a.out lex.yy.c yacc.tab.c yacc.tab.h global