11 lines
444 B
Makefile
11 lines
444 B
Makefile
# -*- 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: Apache-2.0
|
|
|
|
################################################################
|
|
# Use this file to give project-specific targets, including targets
|
|
# that may depend on targets defined in Makefile.common.
|
|
################################################################
|