Makefile 314 B

1234567891011
  1. # This file is part of the OpenADK project. OpenADK is copyrighted
  2. # material, please see the LICENCE file in the top-level directory.
  3. include $(TOPDIR)/rules.mk
  4. ${TOPDIR}/bin/tools/mkcrypt:
  5. $(HOSTCC) -o $(TOPDIR)/bin/tools/mkcrypt mkcrypt.c
  6. install: ${TOPDIR}/bin/tools/mkcrypt
  7. include $(TOPDIR)/mk/tools.mk