mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
Add an install target to all makefiles. For the import build, the top-level Makefile now does two passes: (1) builds libapp.a, then (2) installs the programs (not yet finished)
This commit is contained in:
parent
055c3fc6fa
commit
d6bcd1a93a
151 changed files with 437 additions and 49 deletions
|
|
@ -75,6 +75,8 @@ $(COBJS): %$(OBJEXT): %.c
|
|||
$(call ARCHIVE, $(BIN), $(OBJS))
|
||||
$(Q) touch .built
|
||||
|
||||
install:
|
||||
|
||||
context:
|
||||
|
||||
.depend: Makefile $(SRCS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue