|
|
1.1 root 1: #
2: # nono
3: # Copyright (C) 2021 [email protected]
4: #
5:
6: TOPDIR= ../..
7: .include "${TOPDIR}/Makefile.inc"
8:
9: TARGETS= sramedit
10:
11: CXXSRCS= \
12: params.cpp \
13: sramedit.cpp \
14:
15: OBJS= ${CXXSRCS:.cpp=.o}
16:
17: sramedit: ${OBJS}
1.1.1.2 ! root 18: ${CXX} ${LDFLAGS} -o $@ $> ${TOPDIR}/lib/libnnlib.a ${LIBS}
1.1 root 19:
20: .include "${TOPDIR}/Makefile.rule"
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.