Please enable JavaScript in your browser!
Accueil
Explorer
Aide
Connexion
tomtsagk
/
dd_lang2
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
aa3948711a
Branches
Tags
function_arguments
master
dd_lang2
/
makefile
makefile
102 B
Historique
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