]> git.llucax.com Git - z.facultad/75.06/emufs.git/blob - tipo3/Makefile
* BUGFIX : Arreglo en get_id un par de cosas para que ande. Entre ellas que feof...
[z.facultad/75.06/emufs.git] / tipo3 / Makefile
1 CFLAGS=-Wall -g 
2 LDFLAGS=
3
4 all: main
5
6 main: main.c param_cte.c emufs.c
7