X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/064dc9896dce3d936a5876b927cece0f44808912..92aca5d432abb85476f6c100fb55190cd5947a00:/tipo3/Makefile diff --git a/tipo3/Makefile b/tipo3/Makefile index f04eaee..4c9a7be 100644 --- a/tipo3/Makefile +++ b/tipo3/Makefile @@ -1,7 +1,9 @@ -CFLAGS=-Wall -g +CFLAGS=-Wall -g -ansi -pedantic -DDEBUG LDFLAGS= all: main -main: main.c param_cte.c emufs.c malloc_debug.c +main: main.o param_cte.o emufs.o +clean: + @rm -fv *.o main