Skip to content

Commit 02addef

Browse files
New logo
1 parent d286423 commit 02addef

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1+
## README.md
2+
[![en-US](https://img.shields.io/badge/lang-en--US-red.svg)](README.md)
3+
<!-- [![es-AR](https://img.shields.io/badge/lang-es--AR-blue.svg)](README.es-AR.md) -->
4+
5+
------------
6+
17
# gcc-bison-flex-GNUmakefile
28

3-
Este makefile sirve para construir, ejecutar y depurar en múltiples plataformas proyectos en lenguaje C, proyectos en lenguaje C con flex (archivos *.l), proyectos en lenguaje C con bison (archivos *.y), y proyectos en lenguaje C con bison (archivos *.y) en conjunto con flex (archivos *.l) (así como proyectos que utilicen programas similares, como ser clang, yacc y lex)
9+
GNU Make framework for building, executing and debugging C language projects, including those involving C source code generation from Lex-like and/or Yacc-like tools.
410

5-
![image](https://repository-images.githubusercontent.com/535440617/7d53f906-be3d-4d9a-b242-47495e9c2901)
11+
[![logo](https://repository-images.githubusercontent.com/535440617/4f2f8c36-e69c-438c-95f1-713750bbd50b)](https://github.com/fernandodanielmaqueda/gcc-bison-flex-GNUmakefile "gcc-bison-flex-GNUmakefile")

0 commit comments

Comments
 (0)