diff options
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 564ee24..d7f901f 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: CC0-1.0 + CROSS_COMPILE ?= CC := $(CROSS_COMPILE)gcc |