tools/Makefile: remove stray whitespace from APP_DIR (#3240)

This commit is contained in:
Richard Marko 2020-08-08 13:30:44 +02:00 committed by GitHub
parent bf15299cea
commit 28c6bda9b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ LUASOURCE ?= ../local/lua
FLASHSIZE ?= 4mb 32mb 8mb
FLASH_SW = -S
SUBDIRS =
APP_DIR = ../app
APP_DIR = ../app
OBJDUMP = $(or $(shell which objdump),xtensa-lx106-elf-objdump)
#############################################################