Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Erik Strand
lufa
Commits
4e530304
Commit
4e530304
authored
Dec 31, 2017
by
Dean Camera
Browse files
Fix LUFA core makefile version target.
parent
4145d6be
Changes
1
Hide whitespace changes
Inline
Side-by-side
LUFA/makefile
View file @
4e530304
...
...
@@ -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
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment