#
# LUFA Library
-# Copyright (C) Dean Camera, 2016.
+# Copyright (C) Dean Camera, 2021.
#
# dean [at] fourwalledcubicle [dot] com
# www.lufa-lib.org
# 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: