diff options
Diffstat (limited to 'Demos/Device/ClassDriver/Joystick/makefile')
-rw-r--r-- | Demos/Device/ClassDriver/Joystick/makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Demos/Device/ClassDriver/Joystick/makefile b/Demos/Device/ClassDriver/Joystick/makefile index 2f13aa98d..5c8b91295 100644 --- a/Demos/Device/ClassDriver/Joystick/makefile +++ b/Demos/Device/ClassDriver/Joystick/makefile @@ -9,6 +9,8 @@ # LUFA Project Makefile. # -------------------------------------- +# Run "make help" for target help. + MCU = at90usb1287 ARCH = AVR8 BOARD = USBKEY |