Annotation of nono/cli/Makefile, revision 1.1.1.1

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

unix.superglobalmegacorp.com

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