]> git.llucax.com Git - z.facultad/75.06/emufs.git/blob - emufs/Makefile
BUGFIX: se arregla pequeño error en get_id, relacionado a los close de los archivos
[z.facultad/75.06/emufs.git] / emufs / Makefile
1 CFLAGS=-Wall -g -ansi -pedantic -DDEBUG
2 LDFLAGS=
3
4 EMUFS_COMMON=emufs.o
5
6 all: tipo3_main
7
8 tipo3_main: tipo3_main.o tipo3.o $(EMUFS_COMMON)
9
10 clean:
11         @rm -fv *.o tipo3_main