X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/0b52d9d6ca062537af54ca7a82c36acb52eb6e2d..a1074eb6c97668b840d388a03fcec741bcaaa368:/ejemplos/Makefile diff --git a/ejemplos/Makefile b/ejemplos/Makefile index f2f9768..83008e3 100644 --- a/ejemplos/Makefile +++ b/ejemplos/Makefile @@ -1,6 +1,9 @@ +CFLAGS=-Wall +LDFLAGS=-lncurses -all: - gcc -Wall -o ej1 ej_1.c -lncurses - gcc -Wall -o ej2 ej_2.c -lncurses +all: ej_1 ej_2 + +# gcc -Wall -o ej1 ej_1.c -lncurses +# gcc -Wall -o ej2 ej_2.c -lncurses