summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorPhil Sutter <phil.sutter@viprinet.com>2013-12-09 15:47:07 +0100
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2013-12-15 10:18:41 +0100
commit07cff613bc08535341cc00ce4f8dcf4cca3489b3 (patch)
tree565c24f3e1552e81760327760a60b4c25f7265b7 /tools/Makefile
parentff1a5fb798a813c51c62a97d081aef5b48d84302 (diff)
add tools/cdrtools
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index ee096db61..e78a7fe42 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -3,7 +3,7 @@
include $(TOPDIR)/rules.mk
-TARGETS:=adk mkcrypt cpio mkimage genext2fs
+TARGETS:=adk mkcrypt cpio mkimage genext2fs cdrtools
TARGETS_INSTALL:=$(patsubst %,%-install,$(TARGETS))
TARGETS_CLEAN:=$(patsubst %,%-clean,$(TARGETS))