aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 200e467..b0fd7c0 100644
--- a/Makefile
+++ b/Makefile
@@ -83,11 +83,11 @@ kernel/%.o: kernel/%.c
# Utility rules
-upload: target
- $(AVRDUDE) $(AVRDUDEFLAGS) -U flash:w:$(TARGET).hex:i
-
size: target
$(AVRSIZE) --format=avr --mcu=$(MCU) $(TARGET).elf
+
+upload: target
+ $(AVRDUDE) $(AVRDUDEFLAGS) -U flash:w:$(TARGET).hex:i
monitor:
cu -l $(SERIAL) -s $(BAUD) --parity=none -h