Skip to content

Commit

Permalink
fix(utils): Removed debug msg and added release recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
ajfisher committed Oct 5, 2020
1 parent 01f120e commit e25dd52
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Expand Up @@ -130,7 +130,6 @@ compile: build-backpack build-firmata $(BOARD_TGTS)
@$(MAKE) -f $(THIS_FILE) clean-compiled

$(BOARD_TGTS):
@echo "This is $@ and package is $(PKG_$@) firmata $(FIRMATA_INO) BP $(BACKPACK_INO)"
@# make the firmata bin for this target board
$$ARDUINO_PATH --verify --verbose-build --board $(PKG_$@) \
--pref build.path=$(BIN_DIR)/firmata/$@ $(FIRMATA_INO)
Expand All @@ -140,6 +139,6 @@ $(BOARD_TGTS):
--pref build.path=$(BIN_DIR)/backpack/$@ $(BACKPACK_INO)

release:
@echo "Not implemented"
npm run release


0 comments on commit e25dd52

Please sign in to comment.