do not change Makefile in test

This commit is contained in:
Ruipeng Li 2020-05-19 08:33:14 -07:00
parent 5cebc9383f
commit fe5e811b9d

View File

@ -134,7 +134,7 @@ distclean: clean
ij: ij.o
@echo "Building" $@ "... "
${LINK_CC} -o $@ $@.o ${LFLAGS} -lnvToolsExt
${LINK_CC} -o $@ $@.o ${LFLAGS}
ij_assembly: ij_assembly.o
@echo "Building" $@ "... "