Update some names, add "make firmware" target

This commit is contained in:
Sandeep Mistry
2018-07-11 12:49:50 -04:00
parent c53863c01b
commit dd8c18dcc1
3 changed files with 7 additions and 2 deletions

View File

@@ -8,3 +8,8 @@ CPPFLAGS += -DNDEBUG -Os
endif
include $(IDF_PATH)/make/project.mk
firmware: all
python combine.py
.PHONY: firmware