Add a disasm target to build the .lss file.

This commit is contained in:
Ryan Pavlik 2012-07-03 12:36:00 -05:00
parent dfd32d2b2c
commit 9027158e5f

View file

@ -721,6 +721,8 @@ show_boards:
monitor:
$(MONITOR_CMD) $(ARD_PORT) $(MONITOR_BAUDRATE)
disasm: all $(OBJDIR)/$(TARGET).lss
.PHONY: all clean depends upload raw_upload reset reset_stty size show_boards monitor
include $(DEP_FILE)