summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 74f2caa..db6b609 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -35,7 +35,8 @@ LDFLAGS := ../src/libseccomp.a
TOOLS = bpf_disasm \
bpf_sim \
- sys_resolver
+ sys_resolver \
+ arch_detect
DEPS = $(TOOLS:%=%.d)