Makefile-project-targets 439 B

12345678910
  1. # -*- mode: makefile -*-
  2. # The first line sets the emacs major mode to Makefile
  3. # Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
  4. # SPDX-License-Identifier: MIT-0
  5. ################################################################
  6. # Use this file to give project-specific targets, including targets
  7. # that may depend on targets defined in Makefile.common.
  8. ################################################################