Makefile 296 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. install: ${BIN_DIR}/mkcrypt
  5. ${BIN_DIR}/mkcrypt:
  6. $(CC_FOR_BUILD) ${FLAGS_FOR_BUILD} -o $@ mkcrypt.c
  7. include $(TOPDIR)/mk/tools.mk