Merge pull request #3 from xiaoxiang781216/builtin

Add .updated target to handle the no builtin app case correctly
This commit is contained in:
patacongo 2020-01-01 07:28:32 -06:00 committed by GitHub
commit 73e1696e8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: