blob: 983d9d4239658d56f4847cfe9d891a7dcad83a4f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.
include $(TOPDIR)/rules.mk
install: ${TOOLS_DIR}/mkcrypt
${TOOLS_DIR}/mkcrypt:
$(CC_FOR_BUILD) ${FLAGS_FOR_BUILD} -o $@ mkcrypt.c
include $(TOPDIR)/mk/tools.mk
|