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