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