summaryrefslogtreecommitdiff
path: root/nix-test/Makefile
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2015-02-21 14:33:27 -0800
committerCarl Lerche <me@carllerche.com>2015-02-21 14:33:27 -0800
commit60ccee778b2adca488706c586bd61c5affa90de3 (patch)
treed8738241a4e5fa8fe02331f33ab190b980d507fd /nix-test/Makefile
parentb2454c9d793dfeb946d5e12f51ad571d32fa9987 (diff)
downloadnix-60ccee778b2adca488706c586bd61c5affa90de3.zip
Cleanup readv & writev + tests
Diffstat (limited to 'nix-test/Makefile')
-rw-r--r--nix-test/Makefile3
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 $@ $^