commit | bd4e36287babff85034a4877f68f4990a6081307 | [log] [tgz] |
---|---|---|
author | Jeremy Kerr <jk@ozlabs.org> | Wed Mar 13 15:20:42 2019 +0800 |
committer | Jeremy Kerr <jk@ozlabs.org> | Wed Mar 13 15:21:59 2019 +0800 |
tree | c202c667e7b03d50c461acd7a91980fb11523d17 | |
parent | ca7a7c472aed493cea51baae7de9acfa00a1442a [diff] [blame] |
utils: move small utilities from tests/ dir to utils/ We want to start building up tests under tests, and the current contents are more utilities. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
diff --git a/Makefile b/Makefile index ee1eee8..86b6c2f 100644 --- a/Makefile +++ b/Makefile
@@ -13,7 +13,7 @@ libmctp.a: $(AR) rcsTPD $@ $^ -tests/%: tests/%.o libmctp.a +utils/%: utils/%.o libmctp.a $(LINK.o) -o $@ $^ clean: