

#Uncomment and edit the line below if necessary
CFLAGS=-I/usr/include/ncurses

LDFLAGS=-lncurses

ALL= ipmode moveadd pad screen1 color keypad multiw1 subscl

all: $(ALL)

clean:
	@rm -f $(ALL) *~
