diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-11-08 17:51:41 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-11-08 17:51:41 +0100 |
commit | 442ae3a70f492fb16440ca081309638de0a6bd1b (patch) | |
tree | a1573aa6d6990f2676bc6a0c407079b1252bcc8a /tools/Makefile | |
parent | 7c7a310895260542394c3cab941143e07cb2db87 (diff) | |
parent | 22351cedf6cee6b8e0e23fdecf62f7af2939874a (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index 8bf118641..e4e0b249b 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -3,7 +3,7 @@ include $(TOPDIR)/rules.mk -TARGETS:=adk mkcrypt cpio +TARGETS:=adk mkcrypt cpio mkimage TARGETS_INSTALL:=$(patsubst %,%-install,$(TARGETS)) TARGETS_CLEAN:=$(patsubst %,%-clean,$(TARGETS)) |