summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 67b54b096..7c5931319 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -3,12 +3,11 @@
include $(TOPDIR)/rules.mk
-TARGETS:=mkcrypt
+TARGETS:=mkcrypt cpio
TARGETS_INSTALL:=$(patsubst %,%-install,$(TARGETS))
TARGETS_CLEAN:=$(patsubst %,%-clean,$(TARGETS))
all: install
-prepare:
compile:
install: $(TARGETS_INSTALL)
clean: $(TARGETS_CLEAN)