f863c012ea39c498eaf4cff84f85f92fef210c5f jcasper Mon May 13 00:51:57 2019 -0700 Initial commit of Hi-C display support via .hic files, refs #18842 diff --git src/hg/lib/straw/makefile src/hg/lib/straw/makefile new file mode 100644 index 0000000..d1c0384 --- /dev/null +++ src/hg/lib/straw/makefile @@ -0,0 +1,2 @@ +straw.o: straw.cpp + g++ straw.cpp -g -c -lz -std=c++11 -lcurl -o ../straw.o