summaryrefslogtreecommitdiff
path: root/tools/mkcrypt/Makefile
blob: 54548c39e4dceda75799de278663c054975acc90 (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

${TOPDIR}/bin/tools/mkcrypt:
	$(HOSTCC) ${HOSTCFLAGS} -o $(TOPDIR)/bin/tools/mkcrypt mkcrypt.c

install: ${TOPDIR}/bin/tools/mkcrypt

include $(TOPDIR)/mk/tools.mk