tmk_keyboard/keyboard/eeprom_tool/Makefile.wipe_atmega32u2
2023-12-07 13:49:58 +09:00

6 lines
94 B
Text

NAME = eeprom_wipe
MCU = atmega32u2
TARGET = $(NAME)_$(MCU)
SRC = $(NAME).c
include Makefile