diff options
Diffstat (limited to 'Projects/RelayBoard/makefile')
-rw-r--r-- | Projects/RelayBoard/makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Projects/RelayBoard/makefile b/Projects/RelayBoard/makefile index 02767fff2..82f16783a 100644 --- a/Projects/RelayBoard/makefile +++ b/Projects/RelayBoard/makefile @@ -9,6 +9,8 @@ # LUFA Project Makefile. # -------------------------------------- +# Run "make help" for target help. + MCU = at90usb1287 ARCH = AVR8 BOARD = USBKEY |