Skip to content

Commit

Permalink
ports/esp32: Install binary in $(SHAREDIR)
Browse files Browse the repository at this point in the history
Signed-off-by: Keith Packard <keithp@keithp.com>
  • Loading branch information
keith-packard committed May 18, 2020
1 parent e7b0c43 commit 75d4f6c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ports/esp32/Makefile
Expand Up @@ -12,7 +12,8 @@
# General Public License for more details.
#

include ../../snek.defs
SNEK_ROOT = ../..
include ../../snek-install.defs

ESP32_IDF ?= ./esp32-idf

Expand All @@ -37,3 +38,7 @@ load:

connect:
minicom -D /dev/ttyUSB1 -b 115200

install: $(TARGET)
install -d $(DESTDIR)$(SHAREDIR)
install -m 0644 $(TARGET) $(DESTDIR)$(SHAREDIR)

0 comments on commit 75d4f6c

Please sign in to comment.