CFLAGS=-Wall LDFLAGS=-lncurses all: ej_1 ej_2 # gcc -Wall -o ej1 ej_1.c -lncurses # gcc -Wall -o ej2 ej_2.c -lncurses