summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/Makefile b/tools/Makefile
index db6b609..0d8a0ab 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -33,10 +33,10 @@ include $(TOPDIR)/configure.mk
LDFLAGS := ../src/libseccomp.a
-TOOLS = bpf_disasm \
- bpf_sim \
- sys_resolver \
- arch_detect
+TOOLS = scmp_bpf_disasm \
+ scmp_bpf_sim \
+ scmp_sys_resolver \
+ scmp_arch_detect
DEPS = $(TOOLS:%=%.d)