tmk_keyboard/keyboard/eeprom_tool/Makefile.show_atmega32u4

7 lines
94 B
Text
Raw Permalink Normal View History

2023-12-07 13:49:58 +09:00
NAME = eeprom_show
MCU = atmega32u4
TARGET = $(NAME)_$(MCU)
SRC = $(NAME).c
include Makefile