diff options
author | Carl Lerche <me@carllerche.com> | 2015-02-21 14:33:27 -0800 |
---|---|---|
committer | Carl Lerche <me@carllerche.com> | 2015-02-21 14:33:27 -0800 |
commit | 60ccee778b2adca488706c586bd61c5affa90de3 (patch) | |
tree | d8738241a4e5fa8fe02331f33ab190b980d507fd /nix-test/Makefile | |
parent | b2454c9d793dfeb946d5e12f51ad571d32fa9987 (diff) | |
download | nix-60ccee778b2adca488706c586bd61c5affa90de3.zip |
Cleanup readv & writev + tests
Diffstat (limited to 'nix-test/Makefile')
-rw-r--r-- | nix-test/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nix-test/Makefile b/nix-test/Makefile index 96bee792..4d04f10b 100644 --- a/nix-test/Makefile +++ b/nix-test/Makefile @@ -1,6 +1,7 @@ OUT = libnixtest.a CFLAGS = -fPIC -D$(OS) -OBJS = errno.o +OBJS = errno.o \ + sizes.o $(OUT): $(OBJS) ar -rcs $@ $^ |