Annotation of researchv10no/games/word_clout/makefile, revision 1.1.1.1

1.1       root        1: CC=cc
                      2: OBJS=small.o regcomp.o regerror.o regexec.o regsub.o
                      3: SRC=small.c regcomp.c regerror.c regexec.c regprog.h regsub.c regexp.h
                      4: all: $(OBJS)
                      5:        $(CC) $(OBJS) -lm -o small
                      6: clean:
                      7:        rm -f $(OBJS) small
                      8: 
                      9: install:
                     10:        mv small /usr/games/lib/word_clout
                     11:        cp word_clout /usr/games

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.