From 4e5303044ed233fb91e431e571710332a43076f1 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sun, 31 Dec 2017 17:38:02 +1100 Subject: Fix LUFA core makefile version target. --- LUFA/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LUFA/makefile') diff --git a/LUFA/makefile b/LUFA/makefile index 7e7a9c3af..619a54315 100644 --- a/LUFA/makefile +++ b/LUFA/makefile @@ -9,7 +9,7 @@ # Makefile for the LUFA library itself. # --------------------------------------- -LUFA_VERSION_NUM := $(shell grep LUFA_VERSION_STRING $(LUFA_PATH)/Version.h | cut -d'"' -f2) +LUFA_VERSION_NUM := $(shell grep LUFA_VERSION_STRING Version.h | cut -d'"' -f2) # Default target - no default action when attempting to build the core directly all: -- cgit v1.2.3 From ad9225bdd34230e13333be5d4c29e4f96abc9b2b Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Thu, 4 Jan 2018 20:12:48 +1100 Subject: Update copyrights for 2018. --- LUFA/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LUFA/makefile') diff --git a/LUFA/makefile b/LUFA/makefile index 619a54315..4c76a1761 100644 --- a/LUFA/makefile +++ b/LUFA/makefile @@ -1,6 +1,6 @@ # # LUFA Library -# Copyright (C) Dean Camera, 2017. +# Copyright (C) Dean Camera, 2018. # # dean [at] fourwalledcubicle [dot] com # www.lufa-lib.org -- cgit v1.2.3 From 101ed6b74e0d6549e53a7c8216147af37ffc70df Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Tue, 8 Jan 2019 19:59:41 +1100 Subject: Documentation: Update copyrights to 2019. --- LUFA/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LUFA/makefile') diff --git a/LUFA/makefile b/LUFA/makefile index 4c76a1761..800eed17b 100644 --- a/LUFA/makefile +++ b/LUFA/makefile @@ -1,6 +1,6 @@ # # LUFA Library -# Copyright (C) Dean Camera, 2018. +# Copyright (C) Dean Camera, 2019. # # dean [at] fourwalledcubicle [dot] com # www.lufa-lib.org -- cgit v1.2.3