Makefile 317 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. ${STAGING_TOOLS}/bin/mkcrypt:
  5. $(HOSTCC) -o $(STAGING_TOOLS)/bin/mkcrypt mkcrypt.c
  6. install: ${STAGING_TOOLS}/bin/mkcrypt
  7. include $(TOPDIR)/mk/tools.mk