Skip to content
Snippets Groups Projects
Commit f1dd705d authored by Mark Jenkinson's avatar Mark Jenkinson
Browse files

Removed avwio reference from test program compile

parent 1656c6aa
No related branches found
No related tags found
No related merge requests found
......@@ -18,13 +18,10 @@ LIBS = -lutils -lnewmat -lprob -lm
all: libmiscmaths.a
quick:${OBJS} quick.o
${CXX} ${CXXFLAGS} ${LDFLAGS} -o $@ ${OBJS} quick.o ${LIBS} -lavwio
${CXX} ${CXXFLAGS} ${LDFLAGS} -o $@ ${OBJS} quick.o ${LIBS}
libmiscmaths.a: ${OBJS}
${AR} -r libmiscmaths.a ${OBJS}
testprog: testprog.o
${CXX} ${CXXFLAGS} ${LDFLAGS} -o $@ ${OBJS} testprog.o ${LIBS} -lavwio
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment