X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/7b62535e86fe9bdff8f58fa2e222f4b0e4e90119..92aca5d432abb85476f6c100fb55190cd5947a00:/tipo3/Makefile diff --git a/tipo3/Makefile b/tipo3/Makefile index f19ceb8..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 +main: main.o param_cte.o emufs.o +clean: + @rm -fv *.o main