summaryrefslogtreecommitdiff
path: root/nix-test/Makefile
diff options
context:
space:
mode:
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 $@ $^