From 5a79aa40e5a82a8358df0ab581f436df1e204134 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 6 Sep 2014 08:00:47 -0600 Subject: 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) --- apps/interpreters/ficl/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/interpreters/ficl/Makefile') diff --git a/apps/interpreters/ficl/Makefile b/apps/interpreters/ficl/Makefile index 3b2dc7ab9..958b5f84c 100644 --- a/apps/interpreters/ficl/Makefile +++ b/apps/interpreters/ficl/Makefile @@ -99,6 +99,8 @@ debug: $(call ARCHIVE, $(BIN), $(OBJS)) $(Q) touch .built +install: + context: .depend: debug Makefile $(SRCS) -- cgit v1.2.3