Disable building the eeprom program until it is finished.

This commit is contained in:
David Betz 2016-09-19 21:50:20 -04:00
parent 03cc4cd88f
commit d59ecb1d76
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ CFLAGS+=-Wall
LDFLAGS=$(CFLAGS)
.PHONY: default
default: $(TARGET) $(EEPROM_TARGET)
default: $(TARGET) # $(EEPROM_TARGET)
DIRS=$(OBJDIR) $(BINDIR)