Annotation of nono/cli/Makefile, revision 1.1.1.2

1.1       root        1: #
                      2: # nono
                      3: # Copyright (C) 2018 [email protected]
                      4: #
                      5: # CLI executable
                      6: #
                      7: 
                      8: TARGETS=       nono-cli
                      9: 
                     10: LDFLAGS+=      -pthread
                     11: 
                     12: CXXSRCS=       \
                     13:        cli_app.cpp     \
                     14: 
                     15: OBJS=  ${CXXSRCS:.cpp=.o}
                     16: 
                     17: .include "../Makefile.inc"
                     18: 
                     19: nono-cli:      ${MYLIBS} ${OBJS}
1.1.1.2 ! root       20:        ${CXX} ${LDFLAGS} -o $@ ${OBJS} ${MYLIBS_GROUP} ${LIBS}

unix.superglobalmegacorp.com

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