| 1234567891011 |
- # -*- mode: makefile -*-
- # The first line sets the emacs major mode to Makefile
- # Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
- # SPDX-License-Identifier: MIT-0
- ################################################################
- # Use this file to define project-specific targets and definitions for
- # unit testing or continuous integration that may depend on targets
- # defined in Makefile.common
- ################################################################
|