summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 581165c..3f0732f 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ CC=gcc
CXX=g++ -g
LDXX=g++ -g
-love: kbc.flash
+love: kbc.flash kbc.eeprom
%.flash: %.ld.o
$(AOBJCOPY) -O binary $< $@