aboutsummaryrefslogtreecommitdiff
path: root/sw/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sw/Makefile')
-rwxr-xr-xsw/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/Makefile b/sw/Makefile
index 2aa4927..d1f33f2 100755
--- a/sw/Makefile
+++ b/sw/Makefile
@@ -15,7 +15,7 @@ all: $(LIB) $(BIN)
%.o: %.c $(INC)
$(CC) $(CFLAGS) -c -o $@ $<
-libcryptech.a: tc_eim.o novena-eim.o
+libcryptech.a: tc_eim.o novena-eim.o capability.o
ar rcs $@ $^
hash_tester: hash_tester.o $(LIB)