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