mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
Merge pull request #3 from xiaoxiang781216/builtin
Add .updated target to handle the no builtin app case correctly
This commit is contained in:
commit
73e1696e8b
1 changed files with 3 additions and 0 deletions
|
|
@ -41,6 +41,9 @@ include $(APPDIR)/Make.defs
|
|||
all:
|
||||
.PHONY: context depend clean distclean
|
||||
|
||||
.updated: $(DEPCONFIG)
|
||||
$(Q) touch .updated
|
||||
|
||||
# This must run before any other context target
|
||||
|
||||
install:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue