diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-01 16:41:47 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-01 16:41:47 +0200 |
commit | 2a6202a59149eb123af860282ba1e9ac0d9f806c (patch) | |
tree | 2f596245dbde200d1c407e9d7ba0c96dd6909403 /tools | |
parent | 3b9c4ca7bff76b84f8bf9f15afe62dfcc071b214 (diff) | |
parent | f98e675fd2fb13847dbe2481765f96e4e3dd9e14 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile index 5d0f91872..3a158b839 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -4,6 +4,7 @@ include $(TOPDIR)/rules.mk TARGETS:=adk mkcrypt cpio + TARGETS_INSTALL:=$(patsubst %,%-install,$(TARGETS)) TARGETS_CLEAN:=$(patsubst %,%-clean,$(TARGETS)) |