Skip to content
Snippets Groups Projects
Commit 6cd47e25 authored by Aaron's avatar Aaron
Browse files

make Bamtools/lib on the fly

parent ee3864c8
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,8 @@ all: $(LIBRARY)
.PHONY: all
[ -d lib ] || mkdir -p lib
$(LIBRARY): $(OBJECTS)
@echo " * linking $(LIBRARY)"
ar cr lib/$@ $^
......
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