mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
Got delimiter backward in recent commit
This commit is contained in:
parent
73b0ce0272
commit
aaedd7c0ab
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@
|
|||
-include $(TOPDIR)/.config
|
||||
-include $(TOPDIR)/Make.defs
|
||||
|
||||
DELIM ?= $(strip \)
|
||||
DELIM ?= $(strip /)
|
||||
include $(APPDIR)$(DELIM)Make.defs
|
||||
|
||||
WGET = wget
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue