Home
last modified time | relevance | path

Searched refs:TEST1_OBJS (Results 1 – 1 of 1) sorted by relevance

/dports/net/libunp/unpv12e/test/
H A DMakefile6 TEST1_OBJS = test1.o funcs.o macro
10 test1: ${TEST1_OBJS}
11 ${CC} ${CFLAGS} -o $@ ${TEST1_OBJS} ${LIBS}