Lines Matching full:ee
5 # UNIX system and create a makefile for ee appropriate for the system.
171 Modify the file make.default and build ee by typing:
184 TARGET="ee"
198 Modify the file make.default and build ee by typing:
269 curses : ee.c
270 cc ee.c -o ee \$(CFLAGS) -lcurses
272 ee : ee.o new_curse.o
273 cc -o ee ee.o new_curse.o \$(CFLAGS)
275 ee.o : ee.c new_curse.h
276 cc -c ee.c \$(DEFINES) \$(CFLAGS)
288 rm -f ee.o new_curse.o ee