Skip to content
Snippets Groups Projects
Commit 9c590e41 authored by Dean Camera's avatar Dean Camera
Browse files

Add help text to the project makefiles to help new users get information on...

Add help text to the project makefiles to help new users get information on the improved build system.
parent a5abb0eb
Branches
Tags
No related merge requests found
...@@ -9,6 +9,8 @@ ...@@ -9,6 +9,8 @@
# LUFA Project Makefile. # LUFA Project Makefile.
# -------------------------------------- # --------------------------------------
# Run "make help" for target help.
MCU = at90usb1287 MCU = at90usb1287
ARCH = AVR8 ARCH = AVR8
BOARD = USBKEY BOARD = USBKEY
......
...@@ -9,6 +9,8 @@ ...@@ -9,6 +9,8 @@
# LUFA Project Makefile. # LUFA Project Makefile.
# -------------------------------------- # --------------------------------------
# Run "make help" for target help.
AVRISP_PATH = ../AVRISP-MKII AVRISP_PATH = ../AVRISP-MKII
MCU = at90usb1287 MCU = at90usb1287
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment