--- Makefile.orig Sat Jun 5 00:07:14 1999 +++ Makefile Thu Jan 27 01:56:38 2000 @@ -21,13 +21,13 @@ CC = cc CPP = $(CC) -E #CPP = /lib/cpp -#CFLAGS = -O2 # -g # -I/usr/local/lib/malloc-debug -DMALLOC_FUNC_CHECK -CFLAGS = -O +CFLAGS = -O2 # -g # -I/usr/local/lib/malloc-debug -DMALLOC_FUNC_CHECK +#CFLAGS = -O #-Wall -Wcomment \ #-Wtraditional -Wshadow \ #-Wpointer-arith -Wcast-qual -Wcast-align -Wconversion \ #-Waggregate-return -Wmissing-prototypes -Wnested-externs -#LDFLAGS = -s # -lmalloc # /usr/local/lib/malloc-debug/libmalloc.a +LDFLAGS = -s # -lmalloc # /usr/local/lib/malloc-debug/libmalloc.a MAKE = make @@ -36,6 +36,8 @@ all: ymakefile $(MAKE) $(MFLAGS) -f ymakefile all +inews: ymakefile + $(MAKE) $(MFLAGS) -f ymakefile inews touch: ymakefile $(MAKE) -f ymakefile -t all @@ -97,3 +99,5 @@ man/nn.1.D: man/nn.1 sh SPLITNN1 +install: + ./inst n